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