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

What is the best definition of "normal data" in the context of program testing?
Data that tests the limits of the program.
Data that causes the program to crash.
Data that is within the expected range and should produce the intended result.
Data that includes errors.

Explanation

Normal data is valid input that should give expected output.

Comments (0)

Advertisement