QAmp code resources
QAmp Test Automation Setup
Before you start with this setup make sure that java is installed and you are familiar with git.
-
Maven
-
Check that maven is installed
$ mvn --version
- After Java and Maven are installed pull the example code from github and build it using:
$ mvn clean install
-
Selenium and TestNG
- Check that Selenium and TestNG dependencies are added to pom.xml:
Run tests:
$ mvn clean verify -Pserial