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 the SureFire plugin for Maven).
Setting Up Maven Dependencies and Plugins
Add Comment