Questions tagged [qaf]

QAF (acronym of "QMetry Automation Framework" ) open source test automation framework for functional test automation using selenium, web-driver, appium and for rest based web-service. Use this tag when the question is related to test automation using QMetry Automation Framework.

QMetry Automation Framework was formerly known as ISFW (InfoStretch automation framework), is an open source test automation framework which support functional test automation of web, mobile-web and mobile-native application. It also supports rest web-service automation. It has powerful design concepts like testcase, testpage, test-step, custom-components, self-descriptive-locator, data-bean, listeners etc...

It supports different way of authoring test case including

  • Java (TestNG) : You can opt for standard TestNG test
  • Behavior Driven: It supports multiple BDD syntax.
  • Keyword Driven: It supports keyword driven testing by authoring test in CSV, Excel or XML using in-built keyword and defining your own custom keyword

All of the above test authoring way has data-driven test capability where your test data can resides in CSV or JSON or XML or EXCEL file or even in Database.

References:

187 questions
0
votes
1 answer

meta-data label in feature file can't be resolve in qaf 2.1.13

config.xml providerclass: public class CustomDataProdvider { @DataProvider(name="my-custom-dp") public static Object[][] dataProviderForBDD(){ Map rec1 = Maps.newHashMap(); rec1.put("fruit", "grapes"); …
Moon
  • 137
  • 1
  • 7
0
votes
2 answers

Why Actions class not compatible with Firefox browser

My Configurations : selenium v 3.13.0 geckodriver 0.21.0 Firefox version 61.0.1 I have below kind of menu in my application where i have to hover on category and then have to choose a product : And I'm using Actions class to performing the…
NarendraR
  • 7,577
  • 10
  • 44
  • 82
0
votes
0 answers

QMetry : com.qmetry.qaf.automation.step.client.ScenarioFactory.getTestsFromFile() threw an exception

Getting exception when tried to run suite bdd file. also the same code does work in one of my fried machine. I have also installed TestNG and BDD plugin. The factory method class…
0
votes
1 answer

Error while executing the scripts using Karate Framework when integrated with QMetry

I am getting below error while executing the scripts in Karate Framework.I have integrated QMetry with this Karate Framework. Followed this link to integrate with…
0
votes
1 answer

How to manage Selenium Project Code using different package (Like page object model/Keyword driver framework)

Being first time user for automation I am looking for help related to organization of automation project and other related stuff. Can any one please share sample project with me to star with. I can able write script but I can not able manage code…
TUSH2
  • 29
  • 8
0
votes
1 answer

Ant target with unless attribute not considering property value

I am using QAF with ant as build script and IVY as dependency management tool. In order to automatic ivy install the build script have following ant target:
user988075
-1
votes
0 answers

How to get executed BDD step in listener?

I want to know how to get the executed BDD step in QAF TestStep Listener. I want to print the step for my custom report. Below is the link I have referred for QAF Listner. https://qmetry.github.io/qaf/qaf-2.1.15/qaf_listeners.html
1 2 3
12
13