Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/riverutz/automationprojectfinal
- Owner: Riverutz
- Created: 2024-08-15T07:43:03.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T11:42:25.000Z (2 months ago)
- Last Synced: 2024-10-25T11:04:50.651Z (2 months ago)
- Topics: automation, ci-cd, cicd, e-commerce-project, java, log4j2, lombok, lombok-maven, selenium, seleniumproject, testng
- Language: Java
- Homepage: https://www.flax.ro/
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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