Ask Question
14 August, 07:06

You are testing a machine that scores exam papers and assigns grades. Based on the score achieved the grades are as follows: 1-49 = F, 50-59 = D-, 60-69 = D, 70-79 = C, 80-89 = B, 90-100=A If you apply equivalence partitioning, how many test cases will you need to achieve minimum test coverage?

+2
Answers (1)
  1. 14 August, 09:02
    0
    8 test cases

    Step-by-step explanation:

    Equivalence Partitioning also called as equivalence class partitioning. It is abbreviated as ECP. It is a software testing technique that divides the input test data of the application under test into each partition at least once of equivalent data from which test cases can be derived.

    An advantage of this approach is it reduces the time required for performing testing of a software due to less number of test cases.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “You are testing a machine that scores exam papers and assigns grades. Based on the score achieved the grades are as follows: 1-49 = F, ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers