Normal · Boundary · Erroneous · Error Types · Test Plans
| Type | Description | Example (score 0–100) |
|---|---|---|
| Normal | Valid data that should be accepted | 50, 75, 30 |
| Boundary | Values at the edge of valid range | 0, 1, 99, 100 |
| Erroneous | Invalid data that should be rejected | -1, 101, "five" |