Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abirhossenmunna/junitautomation
A Practice Form is automated using Junit where inputs are sent dynamically, date picker removed and new date added, radio and checkboxes validated, user data stored in JSON file.
https://github.com/abirhossenmunna/junitautomation
gradle intellij-idea intili junit selenium-webdriver test-automation
Last synced: 1 day ago
JSON representation
A Practice Form is automated using Junit where inputs are sent dynamically, date picker removed and new date added, radio and checkboxes validated, user data stored in JSON file.
- Host: GitHub
- URL: https://github.com/abirhossenmunna/junitautomation
- Owner: AbirHossenMunna
- Created: 2022-08-16T16:23:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T17:55:02.000Z (about 2 years ago)
- Last Synced: 2024-11-10T02:13:36.484Z (about 2 months ago)
- Topics: gradle, intellij-idea, intili, junit, selenium-webdriver, test-automation
- Language: Java
- Homepage:
- Size: 8.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JUnit_DemoQA_Form_Automation
Here the following tasks are done:
* User inputs are sent dynamically
* Radio and checkboxes are validated
* Intial date picker removed and added a new date
* pictures uploaded and submitted the data.Different elements from Demoqa is tested and Automated like Writing Texts ,handling alerts, selecting dropdown,modal dialogs,mouse hover,date picker,keyboard event,action click,taking screenshot,handling windows,uploading and downloading etc.
### Technology:
* Tool: Selenium WebDriver
* IDE: Intellij
* Build tool: Gradle
* Language: Java
* Test_Runner: JUnit### Run the Automation Script by the following command:
```bash
gradle clean test
```