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

When testing a program that calculates an employee's pay, which type of test data should you employ to verify the correct handling of the minimum (e.g., 0 hours worked) and maximum possible hours worked?
Normal data
Abnormal data
Boundary data
Extreme data

Explanation

Extreme data focuses on testing at the extremes.

Comments (0)

Advertisement