Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

QMetry Automation Framework is designed to solve common industry problems related to testing complex web systems. The framework is best suited for writing Automated Web, Mobile Web and Mobile Native Application UI Tests simulate real user activities on the page. The framework is built upon java and integrates TestNG, Selenium/Webdriver, Appium, and Perfecto. 

Due to the framework’s thorough design, test developer does not need to worry about common tasks such as thread-safe browser session for running test in parallel, reporting or to incorporate result with test management tools. The tests run can be configured through standard testing configuration files, the test run filters and behavior can be changed within the config File.

...

An annotation is added to the BDD file to associate scenarios with a particular story in JIRA.

Image RemovedImage Added

Another option is added to the Java test file to associate scenarios with a particular story in JIRA.

Image RemovedImage Added

Test Case Reusability

...

An annotation is added to the Bdd file to reuse test cases in JIRA.


Image RemovedImage Added


Another option is added to the Java test file to reuse test cases in JIRA.


Image RemovedImage Added

How Test Case Reusability works if test case key is not provided in BDD file

...