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.
- Host: GitHub
- URL: https://github.com/melissaantunes/automation-exercise
- Owner: MelissaAntunes
- Created: 2025-03-29T16:06:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T16:49:25.000Z (about 1 year ago)
- Last Synced: 2025-03-29T17:24:26.795Z (about 1 year ago)
- Topics: intellij, java, maven, pageobjectmodel, selenium-webdriver, testng
- Language: Java
- Homepage: https://www.automationexercise.com/
- Size: 8.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)