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

How to apply filters while running BDD scenarios using QAF BDD2 framework?

We have feature file with scenarios that are applicable to only mobile and desktop. I want to run only mobile scenarios in my regression. How should I add this filter so that it picks only mobile scenarios using QAF BDD2? Ex: Feature…
Akshata
  • 11
  • 1
0
votes
1 answer

Logic to add dependencies in ivy.xml for a Qmetry framework Project to automate Mobile native apps

I am trying to understand a project based on QAF. It uses ANT for managing dependencies along with Apache IVY. While going through the ivy.xml, I saw these dependencies added in the ivy.xml.
Vishwathma
  • 91
  • 1
  • 10
0
votes
1 answer

qaf-cucumber - can not reference data from CSV data provider in BDD2 scenario outline

Context I want to use qaf-cucumber to take advantage of QAF features while still using Cucumber with JUnit. Mainly, I need QAF for its data provider feature, allowing to externalize scenario examples in .csv in order to use them across several…
Flyout91
  • 782
  • 10
  • 31
0
votes
1 answer

Is it possible to enforce tagging rules with QAF BDD, if yes how can i do it?

With QAF BDD we can provide the tags as Key and value pair, is it possible to ensure the values that can be provided in the feature file are within the defined set for example: @testType:smoke here the testType should take only values smoke or…
Sssssss
  • 31
  • 4
0
votes
1 answer

QAF - Perfecto : Session aborted after 5 minutes due to user inactivity. Perfecto dashboard shows RemoteWebDriver

When we are running parallel test from TestNG on perfecto cloud for browsers, once the execution is over, we are seeing that many failures are reported on perfecto dashboard with RemoteWebDriver name on it.
0
votes
1 answer

How to Skip the passed test cases in Cucumber-QAF setup

I have a project where I am running 100 scenarios every day. After the run has complete, through listeners I am updating the pass/fail in an Excel sheet. I want to hear about a solution where, if I am running the test suite again, the passed test…
0
votes
2 answers

Report is not displaying in dashboard html page for qmetry?

I downloaded qmetry maven project from github and made workable in my eclipse. Report was working earlier but since yesterday, it not working where I haven't made any changed in any JS or HTML file. Please help me to solve it. Thanks, Prashant
Prashant
  • 1,351
  • 3
  • 20
  • 32
0
votes
1 answer

Underlying Driver is an QAFExtendedWebDriver error in console

When running quantum code against iPhone SE and Galaxy S8 in Perfecto lab we are getting ERROR: Underlying Driver is an QAFExtendedWebDriver. This step requires an AppiumDriver. When trying manually to open the app we are abel to do it without any…
0
votes
1 answer

How we can clear the cookie for Internet Explorer for Selenium automation

We are currently automating using IE browser using Selenium webdriver. in order to run our test cases we need to clear the cookie from Registry and run test case to start from page 1. Can you help me out to how we can do?
Dinesh
  • 11
0
votes
1 answer

How to fix "Unable to read repository at https://qmetry.github.io/qaf/editor/bdd/eclipse/content.xml.java.util.NoSuchElementException". exception

I am trying to install QAF BDD from eclipse marketplace. I am using Eclipse Oxygen 4.7.2. During installation I'm facing an exception like Unable to read repository…
0
votes
1 answer

Changing screen shot name that is saved in /img folder on QAF framework

I have a requirement where I need to add the time stamp for the screenshot image that is saved in /img folder. When I see…
0
votes
1 answer

QAF opensource integration with ALM

I want to update test results from Qmetry to ALM test set. Can anyone share the code if already implemented it. Thanks, Hidayath
0
votes
1 answer

Testing a soap service with basic auth in qaf

I have sent a soap service for which I have to send basic auth (username and password) along with request and header values in qaf. I tried adding username and password in application.properties file but the service is throwing internal server…
0
votes
0 answers

Getting error while running the program with QAF testrunner with Cucumber

I'm trying to convert the cucumber-java to Qmetry Automation FrameWork. While running the program, I'm getting the below error message: org.testng.TestNGException: The factory method class …
MVLS
  • 37
  • 3
0
votes
0 answers

Is there a way to abort the execution completely in QAS ?

I'm using QAS latest version. I'm facing trouble with aborting the execution. Lets say i have 10 test in testng.xml file and executing all of them at a time. While first test is in execution i face some issue and have to stop the execution. I'm able…
NarendraR
  • 7,577
  • 10
  • 44
  • 82
1 2 3
12
13