Java + Selenium + Maven + TestNG + ReportNG simple example. This is an example of PageOject pattern verifies main RetailMeNot page.
1.0 Alpha
TestNG_Example uses a number of open source projects to work properly:
- [Selenium WebDriver] - web browser driver
- [TestNG] - testing framework (project contains testng.xml file config)
- [Junit] - testing framework
- [Apache Maven] - build automation tool
- [ReportNG] - report plugin for the TestNG
git clone https://github.com/RavAngell/TestNG_Example.git
First type in console:
mvn clean test
Than:
mvn test
Free for personal use