Skip to content

Shreyasc27/SeleniumJavaTestAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddit-ui-test

Test Automation using Java, Selenium Webdriver, TestNG, Maven

Getting started

  • Set up JAVA_HOME.

  • Verify if JAVA_HOME set up correctly by running the following 2 commands –

    • echo %JAVA_HOME%
    • java -version
  • Set up MAVEN_HOME.

  • Verify if MAVEN_HOME set up correctly by running the following 2 commands -

    • echo %MAVEN_HOME%
    • mvn -version
  • Clone the Git repository - https://github.com/Shreyasc27/SeleniumJavaTestAutomation.git

  • Execute command - cd reddit-ui-test

  • Execute command - mvn clean compile package install test

  • Execute command - cd target/surefire-reports

  • Open following 2 Html Reports -

    • emailable-report.html
    • *.html

About

Selenium Webdriver - TestNg - Maven based framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages