Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdabdullahibnaharun/konnect-automationtesting-selenium
This is a Java-based Selenium automation script using the TestNG framework for testing the Demo Site.
https://github.com/mdabdullahibnaharun/konnect-automationtesting-selenium
automation java maven selenium software-quality-assurance testing
Last synced: 1 day ago
JSON representation
This is a Java-based Selenium automation script using the TestNG framework for testing the Demo Site.
- Host: GitHub
- URL: https://github.com/mdabdullahibnaharun/konnect-automationtesting-selenium
- Owner: mdabdullahibnaharun
- License: mit
- Created: 2024-02-03T07:48:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T02:37:43.000Z (8 months ago)
- Last Synced: 2024-03-15T03:54:11.055Z (8 months ago)
- Topics: automation, java, maven, selenium, software-quality-assurance, testing
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seleniumTask
***This is an automation test script for testing the [Demo Site](https://konnect.creativesofttechnology.com/).***
## Scenario
1. Create new accounts
2. Login with any of the new account
3. Dimension Check
4. Navigation Check## Language
- Java## Automation Tool
- Selenium## Build Tool
- Maven## Framework
- TestNG## Project Setup
1. Clone it
2. Import this project into IDE
3. Run it>Important: Must have the JDK and Maven files installed in the machine. If not then follow the links [Install JDK on Windows 10](https://www.oracle.com/java/technologies/downloads/) and [Install Maven on Windows 10](https://maven.apache.org/download.cgi).