UI Testing Project – SauceDemo Website Tested : https://www.saucedemo.com/
Project Overview This project demonstrates end-to-end manual testing of an e-commerce web application (SauceDemo). The objective was to validate core user workflows, identify functional and UI defects, and ensure consistent behavior across devices and browsers.
Scope Testing covered the following areas:
- Login functionality (valid and invalid scenarios)
- Product listing and sorting
- Cart operations (add/remove items)
- Checkout process and validations
- Responsive behavior across devices
Tools Used
- Excel for test case design and reporting
- Chrome Browser
- Chrome DevTools for responsive testing
Test Deliverables
- Test Cases covering positive and negative scenarios
- Bug Reports with detailed steps and expected vs actual results
- Test Summary Report with execution metrics
Execution Summary Total Test Cases: 20 Passed: 17 Failed: 3 Defects Identified: 3
Key Defects
- Checkout allowed without items in cart
- Login validation issues
- Product image loading inconsistencies
Responsive Testing Responsive testing was performed using Chrome DevTools across mobile and tablet views. Devices tested include iPhone 12, iPhone SE, iPad, and responsive view.
Summary Total Test Cases: 15 Passed: 13 Failed: 2 Defects Reported: 2
Cross-Browser Testing Testing was conducted across Chrome, Safari, and Microsoft Edge to ensure consistent behavior.
Summary Total Test Cases: 10 Passed: 10 Failed: 0 Defects Reported: 1
Conclusion This project reflects hands-on experience in manual testing, including test design, execution, defect identification, and reporting. It demonstrates the ability to validate real-world application workflows and ensure quality across different environments.