Knowledge organisersTesting
Complete provided test tables.
A test table documents each test with columns for: test number, input data, data type (normal/boundary/erroneous), expected output, actual output, and pass/fail.
# | Test | Input | Type | Expected | Actual | P/F |
# | 1 | 50 | Normal | "Pass" | "Pass" | P |
# | 2 | 49 | Boundary | "Fail" | "Fail" | P |
# | 3 | "abc" | Erroneous | Error msg| Crash | F |