Testing
11
0/2

Amir is developing a multiplication training application. The rules of the program are:

  • the user is asked 5 multiplication questions
  • each question presents two random integers between 2 and 12 inclusive
  • if the user answers correctly, their current streak increases by 1
  • if the user answers incorrectly, the streak resets to 0 and their final streak is displayed.

Complete the table by naming and describing one type of testing (other than unit testing) that should be carried out on Amir's program before it is released to the public.

Testing TypeDescription
[2]

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