Testing
15
0/3

An online booking system for a youth theater group accepts registration applications only from individuals aged 11 to 18 inclusive. The system outputs "ACCEPTED" if the age is valid, and "REJECTED" if it is not.

The system algorithm is tested using a range of test data.

Complete the table below by providing one suitable example of test data (Age) for each specified type of test.

Test data (Age)Type of testExpected output
Normal"ACCEPTED"
Boundary"ACCEPTED"
Erroneous"REJECTED"
[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