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

Which type of test data would you use to determine whether a program correctly handles the edge cases or limitations of its input values?
Normal data
Abnormal data
Boundary data
Random data

Explanation

Boundary data examines edge cases.

Comments (0)

Advertisement