SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A program validates a numeric field as follows:Values less t han 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
Explanation: 

Detailed explanation-1: -Age between18 to 30 are capable of receiving discount so that’s why 18 to 30 values are valid partition. Therefore, 18, 29, 30 is the correct answer.

Detailed explanation-2: -These 25 test cases are enough test cases to test the input values for these variables.

There is 1 question to complete.