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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T02:37:43.000Z (over 2 years ago)
- Last Synced: 2025-03-05T02:18:40.004Z (over 1 year ago)
- Topics: automation, java, maven, selenium, software-quality-assurance, testing
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 2
- 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).