You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project automates the testing of an e-commerce website using Selenium WebDriver with Java. The test cases cover various functionalities such as login, applying filters, adding products to the cart, checkout, and logout.
The NewStylemate project focuses on ensuring the quality and reliability of a web-based application through comprehensive manual testing practices. The goal of this project is to identify defects, validate functionalities, and enhance the user experience by performing different levels and types of testing.
Automated testing of QKart, an e-commerce site, using Java and Selenium. Implemented robust XPath locators, utilized Selenium waits for synchronization, and migrated to TestNG for test management. Integrated screenshot capture for error handling, improving code reliability and maintainability.