An online booking system validates the number of tickets a customer can purchase in a single transaction. The system only accepts an integer from 1 to 8 inclusive.
Complete the following test plan used to test this validation rule.
| Test data (Number of tickets) | Type of test | Expected output |
|---|---|---|
| 5 | [A] | VALID |
| [B] | Boundary / Limit | VALID |
| [C] | Erroneous | INVALID |
21 exam-style questions on OCR GCSE Computer Science Testing. Each one has a worked solution and a mark scheme showing where the marks go.