NewStylemate is a web-based e-commerce application tested using manual testing techniques.
The main objective of this project was to validate the application’s functionality, usability, and reliability to ensure a smooth shopping experience for end users.
- Verified core e-commerce workflows (search, add to cart, checkout, payment).
- Conducted UI/UX validations to ensure consistency and user-friendliness.
- Ensured the application met both functional and non-functional requirements.
- ✅ Smoke Testing – To ensure basic workflows work after each build.
- ✅ Sanity Testing – To verify bug fixes and small changes.
- ✅ Regression Testing – To ensure new features do not break existing functionality.
- ✅ Functional Testing – Validated application features like login, search, cart, checkout, etc.
- ✅ Non-Functional Testing – Checked performance, reliability, and usability aspects.
- ✅ UI Testing – Verified design consistency, responsiveness, and accessibility.
-
Test Plan – Outlined the testing strategy and approach.
-
Test Scenarios & Test Cases – Documented step-by-step testing flow with expected outcomes.
-
Bug Reports – Logged defects with severity, priority, and steps to reproduce.
-
UI/UX Review Report – Feedback on design and user experience.
-
XMind Map – Visual representation of workflows and test coverage.
- XMind → For test case mapping & coverage visualization.
- Excel / Google Sheets → For writing test cases and tracking defects.
- Jira / Bug Tracking Tool → For logging and managing bugs.
- 🔹 Test Case Example:
- Test Case ID: TC_Login_01
Module: Login
Test Scenario: Verify login with valid credentials
Steps:
Navigate to login page
Enter valid username and password
Click "Login" button
Expected Result: User should be redirected to the homepage
Status: Pass/Fail