Interview Questions

A program validates a numeric field as follows:

Software Testing Exam from The Information Systems Examinations Board (ISEB)


(Continued from previous question...)

A program validates a numeric field as follows:

A program validates a numeric field as follows:
"values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected"
which of the following input values cover all of the equivalence partitions?

a. 10,11,21
b. 3,20,21
c. 3,10,22
d. 10,21,22

Answer:

(Continued on next question...)

Other Interview Questions