Bonus calculated module was unit tested by the developer. Depending on the salary the bonus needs to be calculated. Assume if one of the salary-range is between to
Answer options
A
then the
B
bonus should be 10%. From the given options identify the test cases for
C
Equivalence Partitioning.
Correct answer: bonus should be 10%. From the given options identify the test cases for
Explanation
This question is too garbled for reliable option selection. Equivalence Partitioning divides inputs into classes where values within a class are treated equivalently. For a range like 5000–10000 with 10% bonus, valid partitions are: one value in range, one below, one above.