Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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