Skip to content

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.

Notifications You must be signed in to change notification settings

foysal619/Not-Found-Page-Finding-Automation-using-Junit-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Not-Found-Page-Finding-Automation-using-Junit-Selenium

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.

Technology used:

  • IntelliJ
  • Selenium Tools
  • Gradle Build System

Framework used:

  • JUnit

How to run this project:

  • 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

Assigned work scenario:

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.

Prerequisite:

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'

Report:

This repository contains a report that has been automatically generated. image

Demonstration

Not-Found-Page-Finding-using-Junit-Selenium.mp4

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages