S/W Quality Assurance Certification Question:
Download Questions PDF

Suppose 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:

c. 3,10,22

Download S/W Quality Assurance Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Which of the following is a static test? a. code inspection b. coverage analysis c. usability assessment d. installation testSuppose IF YOU HAVE BEEN GIVEN THE RESPONSIBILITY TO ELICIT REQUIREMENTS FROM A CUSTOMER WHO TELL YOU HE IS TOO BUSY TO MEET WITH YOU. WHAT SHOULD YOU DO?