A module is designed for the retail shop to calculate the discount based on the customer type
a) privileged customer then 3% discount
b) normal customer then no discount
Design test cases using using equivalence partitioning for the above scenario
Select one:
Input Expected Output
Privilage Customer 3%
Normal Customer Invalid
Gold Customer Invalid
Input Expected Output
Privilage Customer 3%
Normal Customer No Discount
Gold Customer Invalid
Input Expected Output
Privilage Customer 13%
Normal Customer No Discount
Gold Customer Invalid
Input Expected Output
Privilage Customer 3%
Normal Customer No Discount
Answers
Answered by
3
Answer:
A
Explanation:
Input Expected Output
Privilage Customer 3%
Normal Customer Invalid
Gold Customer Invalid
Answered by
2
Answer:
The correct answer is finding the test case.
Explanation:
A module is designed for the retail shop to calculate the discount based on the customer type.
To find: test cases using using equivalence partitioning for the above scenario.
a.Expected Output
Privilage Customer 3% Normal Customer
Gold Customer
b.Input
Expected Output Privilage Customer 13%
Privilage Customer Normal Customer Gold Customer
Invalid Invalid
c.Input
Expected Output 3% No Discount
Normal Customer No Discount
Gold Customer Invalid Invalid
d.Input
Expected Output
#SPJ3
Similar questions