Ask Question
17 April, 21:49

Assume that we have seeded a program with 5 defects before testing. After the test, 20 defects were detected, of which, 2 are from the seeded defects and 18 are real, non-seeded defects. We know there are 3 more seeded defects remaining in the software. Assuming a linear relationship, what is the estimated real, non-seeded defects that may still be remaining in the program

+2
Answers (1)
  1. 18 April, 00:00
    0
    see explaination

    Explanation:

    Given that we have;

    Defects before testing = Defects planted = 5

    Defects after testing = 20

    Seeded defects found = 2

    Real, non seeded defects = 18

    Hence, Total number of defects = (defects planted / seeded defects found) * real, non seeded defects = (5/2) * 18 = 45

    Therefore, Estimated number of real defects still present = estimated total number of defects - number of real, non seeded defects found = 45-18 = 27
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Assume that we have seeded a program with 5 defects before testing. After the test, 20 defects were detected, of which, 2 are from the ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers