Testing
3
0/2

A freight shipping database validates the entered weight of a shipping container. The weight must be an integer from 1500 to 6000 inclusive (representing kilograms).

Complete the following test plan for this program by stating what should be in cells [A] and [B].

Test dataTest typeExpected result
3200NormalWeight accepted
[A]BoundaryWeight accepted
1200Invalid[B]
a.

[A]

[1]
b.

[B]

[1]

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