https://github.com/himu143/junit-web-automation
This Git repository contains a Selenium JUnit project for automated testing of web applications. The project uses Java and JUnit to write tests and validate the functionality of the web application. The tests are run automatically by the Gradle and the results are reported in JUnit format.
https://github.com/himu143/junit-web-automation
intellij java junit selenium webdriver
Last synced: about 2 months ago
JSON representation
This Git repository contains a Selenium JUnit project for automated testing of web applications. The project uses Java and JUnit to write tests and validate the functionality of the web application. The tests are run automatically by the Gradle and the results are reported in JUnit format.
- Host: GitHub
- URL: https://github.com/himu143/junit-web-automation
- Owner: Himu143
- Created: 2023-02-15T04:45:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T06:43:06.000Z (over 3 years ago)
- Last Synced: 2025-03-01T17:17:21.515Z (over 1 year ago)
- Topics: intellij, java, junit, selenium, webdriver
- Language: Java
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Junit-Practice-Automation
## Technology and Tools Used
- Selenium WebDriver
- Junit
- Java
- intellij idea
## Scenario
- GetTitle
- CheckImageExists
- Submit form
- Window scrolling
- Click on button
- Double click
- Check alert
- Select date
- Dropdown
- Multiple dropdown
- Capital letter
- Take screenshot
- Handle multiple tabs
- Handle child window
- Web tables
- Scrap data
- Handle iframe
## How to run this project
- Clone this project
- Hit the following command: gradle clean test
## Prerequisite
- Java 8 or 11
- Junit
- Selenium
- WebdriverManager dependencies
###### These all are must be installed.
## Junit Report
