Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/riverutz/automationprojectfinal

Test Automation for EcommerceSite Flax.ro
https://github.com/riverutz/automationprojectfinal

automation ci-cd cicd e-commerce-project java log4j2 lombok lombok-maven selenium seleniumproject testng

Last synced: 7 days ago
JSON representation

Test Automation for EcommerceSite Flax.ro

Awesome Lists containing this project

README

        

# Test Automation Project
Test Automation for EcommerceSite Flax.ro
## Usage
To use this project you will need:
```
1. Jetbrains - IntelliJ IDEA, Java JDK, Apache Maven, TestNG.
2. Create a folder on your computer.
3. Clone with Git Bash
4. In Intellij click File>Open> import project to your workspace.

Tests are grouped in path: /AutomationProjectAugust/src/test/java/tests
```
## About
This project focuses on automating the e-commerce product search process using filter options, followed by adding the selected product to the cart and completing the checkout. Specifically, it will test the functionality of filtering laptops based on specific criteria (category: gaming, display size: 18 inch, CPU: Intel Core i9, color: black), adding the chosen product to the cart, and proceeding through the checkout process, including entering and verifying delivery and billing addresses.

For this Maven Project, I have used:
- Data Driven Testing (stored Test Data in a JSON format)
- Page Object Models
- Java OOP Concepts like Inheritence & Encapsulation
- Used Access Control (Private & Protected)
- Used log4j2 to document each action
- Used Java library Lombok to minimize/remove the boilerplate code
- Added Surefire plugin
- CI/CD pipeline