Skip to content

veronikakurhajcova/eshop-hybrid-automation-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Selenium WebDriver Selenium Java TestNG XML Apache POI Page Object Model Extent Reports

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.