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

https://github.com/melissaantunes/automation-exercise

Automated tests using Selenium WebDriver, Java and TestNG for a demo E-commerce website.
https://github.com/melissaantunes/automation-exercise

intellij java maven pageobjectmodel selenium-webdriver testng

Last synced: about 2 months ago
JSON representation

Automated tests using Selenium WebDriver, Java and TestNG for a demo E-commerce website.

Awesome Lists containing this project

README

          

# Test Automation Project - AutomationExercise.com
## ๐Ÿ“Œ Overview
This project automates test cases from [AutomationExercise.com](https://www.automationexercise.com/), a demo e-commerce site for QA practice. It covers UI, API, and functional testing based on the [official test cases](https://www.automationexercise.com/test_cases).

## ๐Ÿงช Test Cases Covered
**1. UI & Functional Testing**
* **User Authentication**
* Register a new user (TC1).
## ๐Ÿ› ๏ธ Tech Stack
* **Language**: Java.
* **Framework**: Selenium WebDriver + TestNG.
* **Pattern:** Page Object Model (POM).
## ๐Ÿš€ Setup & Execution
```shell
git clone https://github.com/MelissaAntunes/automation-exercise.git
cd automation-exercise
mvn test
```
## ๐Ÿ”— Links
* [Full Test Case List](https://www.automationexercise.com/test_cases)
* [AutomationExercise Website](https://www.automationexercise.com/)
* [Selenium Docs](https://www.selenium.dev/documentation/)
* [TestNG Docs](https://testng.org/)