Versions Compared

Key

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

 

Introduction

The Selenium test environment will be set up independent from the project that is being tested and it will have its own GIT repository. The testing framework used is TestNG, and the Selenium tests will be built with Maven (ran with Maven SureFire). The properties file will be generated with Maven AntRun. 

...

Setting Up Maven Dependencies and Plugins
Sample pom.xml for Maven: pom.xml

...

TestNG runs according to the plan specified in the testng.xml file. See TestNG Documentation (testng.xml).
Sample testng.xml file: testng.xml

...