Saved Bookmarks
| 1. |
A module is designed for the retail shop to calculate the discount based on the customer typea) privileged customer then 3% discountb) normal customer then no discountDesign test cases using using equivalence partitioning for the above scenarioSelect one:Input Expected OutputPrivilage Customer 3%Normal Customer InvalidGold Customer InvalidInput Expected OutputPrivilage Customer 3%Normal Customer No DiscountGold Customer InvalidInput Expected OutputPrivilage Customer 13%Normal Customer No DiscountGold Customer InvalidInput Expected OutputPrivilage Customer 3%Normal Customer No Discount |
|
Answer» Answer: a Explanation: |
|