Testing
18
0/3

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 testExpected output
5[A]VALID
[B]Boundary / LimitVALID
[C]ErroneousINVALID
[3]

Testing Questions

Practise OCR GCSE Computer Science Testing with exam-style questions for GCSE Computer Science. 21 questions, matched to the OCR GCSE Computer Science (J277) specification and written in Component 01 and Component 02 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.

PreviousNext

Testing Questions

  1. GCSE
  2. /Computer Science
  3. /Testing