Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 2 - No. 50)

What type of test data would you use to test the behaviour of a program when entering the maximum value for a field?
Normal data
Abnormal data
Boundary data
Invalid data

Explanation

Boundary data is used to test at the edges of valid ranges.

Comments (0)

Advertisement