Skip to content

Course home

Testing

Testing

EasyMedium
123456789101112131415161718
Question 9

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]
Markscheme

Testing Questions

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

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.

Question bank