Tester: César
Start Date: July 2025
Website Under Test: https://www.saucedemo.com
Test Type: Manual Testing – Exploratory + Test Design Techniques + Bug Reports
This project is part of my manual QA practice while preparing for the ISTQB Foundation Level certification.
Here I document:
- Exploratory testing
- Structured test cases
- Bug reports with screenshots
- Application of test design techniques from the ISTQB syllabus:
- Equivalence Partitioning
- Decision Table Testing
- (Also tried Boundary Value Analysis but it did not apply)
All tests were done manually using a Firefox browser on Windows 11.
saucedemo-testing/
├── exploratory-notes/
│ └── exploratory-notes-2025-07-10.md
├── test-cases/
│ └── TC-001-login-success.md
├── test-design-techniques/
│ ├── TC-Equivalence-Login.md
│ └── TC-Decision-Login.md
├── defects/
│ ├── BUG-001-missing-image.md
│ └── BUG-002-zip-code-no-validation.md
├── screenshots/
│ ├── bug-001.png
│ └── bug-002.png
└── README.md