An open API service indexing awesome lists of open source software.

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.

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

![Junit report](https://user-images.githubusercontent.com/78273243/218939097-6b84b506-4201-4954-b1f6-8fa65fffa30c.png)