The following pages and posts are tagged with

TitleTypeExcerpt
Creating Test Project Page Option 1 - QAS Users If you are using QAS (QMetry Automation Studio) then create project using new project wizard. Option 2 - Eclipse Users Clone/Download this repository for sample project. You can directly import project in Eclipse. Following plugins are recommanded for eclipse users. <a...
QMetry Automation Framework Page Overview Powerful Automation Platform for Test Authoring, Test Execution and Execution Analysis It provides a powerful and versatile platform to author Test Cases in Behavior Driven, Keyword Driven or Code Driven approach. It helps to significantly reduce costs involved in setting up Test Automation at any organization. It is...
Make Tests Data driven Page To make any test data driven you can use QAFDataProvider annotation on test method, where test get executed for each data set provided in external data file. QAF supports following file formats to provide data for data driven tests. CSV MS-EXCEL JSON XML DATABASE TXT <div...
Make Tests Data driven Page To make any test data driven you can use QAFDataProvider annotation on test method, where test get executed for each data set provided in external data file. QAF supports following file formats to provide data for data driven tests. CSV MS-EXCEL JSON XML DATABASE TXT <div...
Java Page Required java 1.7 or later, you can obtain it from here.
Property List Page Key Default Value Description env.baseurl   Base URL of web application under test env.resources resources List of files or folder from that you want to load resources like testdata, locators and properties. step.provider.pkg   Provide a list of packages...
Understating Directory Structure Page * **config** The config directory contains testng.xml file, and is a place holder for configuration files. * **lib** The lib directory contains required jar files, and is a place holder for other library jars/zips. * **resources** The resources directory contains all required resources including properties files and data files, and...