https://github.com/veronikakurhajcova/eshop-hybrid-automation-testing
Automated testing of the e-commerce website tutorialsninja with a hybrid framework
https://github.com/veronikakurhajcova/eshop-hybrid-automation-testing
apache-poi automation extent-report java page-object-model selenium testng xml
Last synced: 8 months ago
JSON representation
Automated testing of the e-commerce website tutorialsninja with a hybrid framework
- Host: GitHub
- URL: https://github.com/veronikakurhajcova/eshop-hybrid-automation-testing
- Owner: veronikakurhajcova
- Created: 2024-11-08T06:45:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T07:14:09.000Z (12 months ago)
- Last Synced: 2025-01-05T15:48:03.562Z (10 months ago)
- Topics: apache-poi, automation, extent-report, java, page-object-model, selenium, testng, xml
- Language: HTML
- Homepage: https://tutorialsninja.com/demo/
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-shop Testing - Tutorials Ninja
This project involves automated testing of the **Tutorials Ninja** e-commerce site. The focus of the testing was on the following key functionalities:
- **Registration**
- **Login**
- **Search**
## Testing Framework
I used a **hybrid testing framework** that combines different approaches to enhance the testing process. The framework includes:








This combination of technologies and frameworks allows for efficient, scalable, and maintainable test automation.
## Key Features Tested
- **Registration**: Ensured that the registration process works as expected, including form validation and successful user creation.
- **Login**: Verified that the login functionality works with correct and incorrect credentials.
- **Search**: Tested the search functionality to confirm that products can be found using relevant keywords.