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.
- Java jdk-1.8 or higher
- Apache Maven 3 or higher
- Please refer for any help in Maven.
- http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
- http://www.tutorialspoint.com/maven/maven_environment_setup.htm
- Clone the repository.
- Open command prompt and go to framework directory
- To run use command .... dir:..\SeleniumJavaTestFramework-master>mvn test
- The framework produce ExtentReportResults.html report. It resides in the same '..\ExtentReports' folder.
- The framework consists of ManualTestScenarios.xlsx sheet in framework root, which consists of all the manual tc's with description and steps.