Iterative Development · Testing Strategies · Test Data Types · Debugging
| Type | Definition | Example (age 0–120) |
|---|---|---|
| Normal | Valid data the system should accept | 25, 40, 70 |
| Boundary | Values at the edges of valid range | 0, 1, 119, 120 |
| Erroneous | Invalid data the system should reject | -1, 121, "hello", 5.5 |