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
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.
- 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.