In this repository, I have automated 110 URLs dynamically which takes from JSON file each URL to find and assert which pages exist and which pages are not created in the website using Junit and Selenium.
- IntelliJ
- Selenium Tools
- Gradle Build System
- JUnit
- Clone this project
- Open the IntelliJ IDE and click on OPEN and select the project path
- Select the "build.gradle" file and Open as Project
Automate 110 URLs dynamically which takes from JSON file each URL to find and assert which pages exist and which pages are not created in the website.
Some Dependencies are required to run this project. These dependencies are
// https://mvnrepository.com/artifact/junit/junit
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
// https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java
implementation group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '4.8.0'
// https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager
implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.3.2'
This repository contains a report that has been automatically generated.