Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemapriya-99/automationexerciseproject
Automating 'Automation Exercise' website using Selenium with Java
https://github.com/hemapriya-99/automationexerciseproject
data-driven-testing eclipse extent-report java page-object-model selenium-webdriver testng
Last synced: about 1 month ago
JSON representation
Automating 'Automation Exercise' website using Selenium with Java
- Host: GitHub
- URL: https://github.com/hemapriya-99/automationexerciseproject
- Owner: Hemapriya-99
- Created: 2024-07-10T07:10:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T12:40:28.000Z (4 months ago)
- Last Synced: 2024-09-27T14:40:55.853Z (about 2 months ago)
- Topics: data-driven-testing, eclipse, extent-report, java, page-object-model, selenium-webdriver, testng
- Language: Java
- Homepage: https://automationexercise.com
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutomationExercise
This project aims to automate 'Automation Exercise' Ecommerce website using Selenium with Java.## Test Scenarios and Cases
The automation tests cover the following scenarios:
* User Registration
* Login
* Product Search
* Adding a product to cart from Product Listing page (PLP)
* Adding a product to cart from Product Description page (PDP)
* Cart
* Checkout and Placing an Order## Testing Approach
* Page Object Model (POM)
* Data-Driven testing## Technologies Used
* Programming Language: Java
* Web Automation: Selenium WebDriver
* Test Framework: TestNG
* Test Reporting: ExtentReport