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

When is it most important to apply extreme data testing?
After fixing logical errors.
After boundary data testing.
When normal data provides an unexpected output.
Before a program is released to users.

Explanation

Extreme data can expose errors that could cause a program to fail.

Comments (0)

Advertisement