Ask Question
1 August, 19:33

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?

+1
Answers (1)
  1. 1 August, 19:54
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers