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

Why is boundary data used in the testing phase?
To test the extreme limits of data input.
To validate the algorithm using typical data.
To ensure negative numbers are handled correctly.
To measure performance.

Explanation

Boundary data tests the limits and boundaries of input values.

Comments (0)

Advertisement