Manual testing artifacts for Casio’s e-commerce website.
This project contains test plan, test cases, summary report, and defect analysis created as part of a manual testing workflow.
The goal of this project is to validate the functionalities of Casio’s e-commerce website through manual testing.
It covers different modules like product catalog, search, cart, checkout, and user accounts, ensuring that the site works as expected and defects are tracked effectively.
| File/Folder | Description |
|---|---|
TEST PLAN.docx |
Defines overall testing scope, objectives, and approach |
Spreadsheet.xlsx |
Detailed manual test cases with execution status |
Summary Report.docx |
Final report including test results and defect summary |
Mind Map.jpg |
Visual test coverage diagram |
- Test Plan → Testing objectives, scope, entry/exit criteria, risks & mitigation
- Test Cases → Documented in
Spreadsheet.xlsxwith:- Test ID, description, preconditions, steps, expected result, actual result, status
- Defect Log → Failures tracked with severity, priority, and status updates
- Summary Report → Execution results, pass/fail metrics, defect analysis
- Mind Map → High-level visualization of modules tested
- Excel / Google Sheets → Test case design & execution tracking
- Word / Docs → Test plan & summary documentation
- Jira (or equivalent) → Defect management & bug tracking
- Browsers → Chrome, Firefox, Edge (cross-browser testing)
- Read the TEST PLAN to understand the testing scope & strategy.
- Open Spreadsheet.xlsx to explore and execute the test cases.
- Track defects in a bug tracking tool (e.g., Jira).
- Review the Summary Report for final results & key insights.
- Refer to the Mind Map for a quick overview of test coverage.
If you want to contribute:
- Fork this repository
- Create a new branch (
feature/add-testcases) - Add or update test artifacts
- Commit and push changes
- Submit a pull request