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 data | Test type | Expected result |
|---|---|---|
| 3200 | Normal | Weight accepted |
| [A] | Boundary | Weight accepted |
| 1200 | Invalid | [B] |
[A]
[B]
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.