View on GitHub

Automatr

A web application automation testing framework using data file for driving test scripts

Download this project as a .zip file Download this project as a tar.gz file

Automatr

An automation framework for performing automation testing of Web Applications using Selenium.

Version : 0.0.12

How to Use

Build and Run

  1. Download Source zip or git clone the repository
  2. Import into your JAVA work-space
  3. Configure the build path to include dependencies
  4. Configure the run configuration to pass in data file path as argument
  5. Create a test script data file
    • Create data file that hosts configuration, execution list and test cases.
    • Refer wiki on how to create test case file, which has the required format for execution.
  6. Launch a selenium grid server with browser instances
    • Refer Examples - Grid_Script for launching selenium grid with Firefox and Chrome instances.
  7. Run the Main class using the configuration defined in step 4
  8. Verify the test execution report generated by the framework
    • Result report is generated in reports folder

Framework Capabilities


Internal Working

Dependencies


Road Map


Change Log