Types of testing · Test data · Error types · Debugging
| Test data | Type | Expected result | Actual result |
|---|---|---|---|
| 25 | Normal | Accepted | |
| 40 | Normal | Accepted | |
| 16 | Boundary (lower) | Accepted | |
| 65 | Boundary (upper) | Accepted | |
| 15 | Boundary (just below) | Rejected | |
| 66 | Boundary (just above) | Rejected | |
| -1 | Erroneous | Error message | |
| "abc" | Erroneous | Error message |