raveeolee / TestNG_Example

Java + Selenium + TestNG + ReportNG example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestNG_Example

Java + Selenium + Maven + TestNG + ReportNG simple example. This is an example of PageOject pattern verifies main RetailMeNot page.

Version

1.0 Alpha

Tech

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

Installation

git clone https://github.com/RavAngell/TestNG_Example.git

How to execute

First type in console:

mvn clean test

Than:

mvn test

License

Free for personal use

About

Java + Selenium + TestNG + ReportNG example.

License:GNU General Public License v2.0