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

Compare with Current View Page History

« Previous Version 3 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 Selenium tests and apply best practices to test implementation.


Repository:

https://github.com/aquality-automation/aquality-selenium-java


Documentation:

https://github.com/aquality-automation/aquality-selenium-java/wiki/Overview-(English)

Overview

Aquality Selenium is a library built over Selenium WebDriver tool that allows to automate work with web browsers. Selenium WebDriver requires some skill and experience. So, Aquality Selenium suggests simplified and most importantly the safer and more stable way to work with Selenium WebDriver.

The main benefits from using Aquality Selenium:

  1. Simple configuration
  2. Parallel runs
  3. Flexible browser (web driver) construction
  4. Stable and predictable interactions with elements
  5. Smart conditional waits
  6. Pack of JavaScripts for advanced usage


  • No labels