Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Built from scratch Web Test Automation Framework with Java, Selenium Web Driver and TestNG

License

Notifications You must be signed in to change notification settings

createNull/Selenium-Java-TestNG-Automation-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium-Java-TestNG-Automation-Framework

Built from scratch Web Test Automation Framework with Java, Selenium Web Driver and TestNG. Supports cross-browser testing and provides a test report with results.

Prerequisites:

  • Java jdk-1.8 or higher
  • Apache Maven 3 or higher

Browsers supported:

  • Google Chrome (default)
$ mvn clean test -Dbrowser=chrome
  • Mozilla Firefox
$ mvn clean test -Dbrowser=firefox

Execution:

  • Go to project root
  • Run following commands:
$ mvn clean install
$ mvn clean test

Reporting:

  • The framework produce index.html report. It resides in the same 'target\surefire-reports' folder. This reports gives the link to all the different component of the TestNG reports like Groups & Reporter Output. On clicking these will display detailed descriptions of execution.
  • You can find emailable-report.html from target\surefire-reports to email the test reports. As this is a html report you can open it with browser.

About

Built from scratch Web Test Automation Framework with Java, Selenium Web Driver and TestNG

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages