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