Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.17 KB

File metadata and controls

26 lines (20 loc) · 1.17 KB

SeleniumJavaTestFramework

This Test Automation Framework is created using Java + Selenium Web Driver + TestNG. Which can be used across different web based applications. With this framework in place, whenever we need to automate a web based application, we would not need to start from scratch. This framework is protable with plug and play feature. Maven build has been used to take care of all the dependencies.

Prerequisites:

Execution:

  • Clone the repository.
  • Open command prompt and go to framework directory
  • To run use command .... dir:..\SeleniumJavaTestFramework-master>mvn test

Reporting:

  • The framework produce ExtentReportResults.html report. It resides in the same '..\ExtentReports' folder.

Manual Test Case document:

  • The framework consists of ManualTestScenarios.xlsx sheet in framework root, which consists of all the manual tc's with description and steps.