AutomationExerciseProject

Automating 'Automation Exercise' website using Selenium with Java

Stars
0
Committers
1

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