You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The test automation solution utilizes an open source test framework developed and maintained by A1QA. Source code is made available under the Apache 2.0 license.   The framework helps normalize front end test development for Appium tests and apply best practices to test implementation, across platforms, mobile operating systems, devices versions and UIs.  The framework uses classes to handle platform differences but keep test development “cross platform”.    

Repository and Read-me documentation for Framework:

https://github.com/aquality-automation/aquality-appium-mobile-java  

Key Packages

  • Framework FIle - 
  • Feature File - Gherkin based scenarios (use case articulation) Use Gherkin semantics for keywords (actions and conditions)  tags for case organization.
  • CI/CD - uses Github Actions,  Triggers test run with Github Workflows.
  • Reports as Allure Reports.
  • AQuality Tracking Portal integration
  • No labels