A genuine Req2QA run — not a mockup. Requirements in, validated test coverage out, real live-execution results.
R1. The system shall allow an HR administrator to add a new employee record by providing first name, middle name (optional), and last name.
R3. The system shall allow an HR administrator to optionally attach a profile photo (JPG, PNG, or GIF, up to 1MB).
Typical engagements run 25–300 test cases; this is a genuine excerpt, not a curated best case.
| ID | Test case | Type | Result |
|---|---|---|---|
| TC-001 | Add new employee with first, middle, and last name | Happy path | PASS |
| TC-003 | Attempt to add employee without a last name | Negative / validation | PASS |
| TC-007 | Attach a valid JPG profile photo within the 1MB limit | Edge case | PASS |
3 test cases executed, 3 passed, 0 failed, 0 blocked. Executed 2026-09-21.
Click any screenshot to view it full size.
TC-001 — record created and saved successfully.
TC-003 — form correctly blocked save with a "Required" validation message.
TC-007 — the attached test photo is intentionally watermarked "generated by Req2QA — not a real document." We never use realistic-looking fake photos of real people as test data — see our Security Overview for how we handle test data generally.