Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedabdella/get-group-task
https://github.com/mohamedabdella/get-group-task
allure-report maven maven-plugin pom screenshot selenium-webdriver testng testrunner webdrivermanager
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamedabdella/get-group-task
- Owner: MohamedAbdella
- Created: 2024-08-20T22:39:43.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T11:27:30.000Z (3 months ago)
- Last Synced: 2024-09-27T14:40:55.499Z (about 1 month ago)
- Topics: allure-report, maven, maven-plugin, pom, screenshot, selenium-webdriver, testng, testrunner, webdrivermanager
- Language: Java
- Homepage: https://codenboxautomationlab.com/registration-form/
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Technologies Used
Java: Programming language used to write the test scripts.
Selenium WebDriver: For interacting with the web elements on the PHP Travels signup page.
TestNG: Test framework used for organizing and running the tests.
Maven: Build tool used for managing dependencies and running the tests.
Java Faker: For generating random test data like names, email addresses, and phone numbers.
Allure: For generating detailed test reports.
Page Object Model (POM): Design pattern used to structure the code and improve maintainability.
Test Cases
Positive Test Cases
Register_With_Valid_Data: Tests successful registration with valid input data.
Negative Test Cases
Register_When_user_Leave_FirstNameField_Empty: Tests validation when the First Name field is left empty.
Register_When_User_Enter_InvalidEmail: Tests validation when an invalid email format is entered.
Register_When_User_Leave_CheckBox_Empty: Tests validation when the checkbox is not checked.