Skip to content

dhruvi-alphabin/sample-selenium-java-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-selenium-java-tests

This is automation framework, implemented using Java, Selenium/Webdriver, TestNG & gradle. Page Object Model (POM) is used to make the code more readable, maintainable, and reusable.

Prerequisite:

  1. Java
  2. Gradle
  3. Selenium/WebDriver
  4. TestNg
  5. Browsers (Firefox, Chrome)
  6. Respective Browser drivers(For Chrome Chromedriver and For Firefox geckodriver)
  7. IntelliJ

Test web application

https://juice-shop-web-applicatiohn.herokuapp.com/#/

Run Tests

  • Run the gradle task as shown below
$./gradlew test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 72.4%
  • HTML 17.7%
  • JavaScript 5.8%
  • CSS 4.1%