Answer Posted / murthysharma
Another simple defect prediction technique is to separate
defect reports into two pools. Call them Pool A and Pool B.
You then track the defects in these two pools separately.
The distinction between the two pools is arbitrary. You
could put all the defects discovered on Mondays,
Wednesdays, and weekends into Pool A, and the rest of the
defects into Pool B. Or you could split your test team down
the middle and put half of their reported defects into one
pool, half into the other. It doesn’t really matter how you
make the division as long as both reporting pools operate
independently and both test the full scope of the product.
Once you create a distinction between the two pools, you
track the number of defects reported in Pool A, the number
in Pool B, and—here’s the important part—the number of
defects that are reported in both Pool A and Pool B. The
number of unique defects reported at any given time is:
DefectsUnique = DefectsA + DefectsB - DefectsA&B
The number of total defects can then be approximated by the
simple formula:
DefectsTotal = ( DefectsA * DefectsB ) / DefectsA&B
If the GigaTron 3.0 project has 400 defects in Pool A, 350
defects in Pool B, and 150 of the defects in both pools,
the number of unique defects detected would be 400 + 350 -
150 = 600. The approximate number of total defects would be
400 * 350 / 150 = 933. This technique suggests that there
are approximately 333 defects yet to be detected (about a
third of the estimated total defects); quality assurance on
this project still has a long way to go.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
give me a example of writing a test case,take any good example which i can understand easily.
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
What is internationalization testing (i18n testing)?
Easiest way to write test cases? How i can learn writing the test cases?
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
When we use integration testing for any new system so why we required system testing.
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
What’s the difference between a bug and a defect?
Have you prepared traceability matrix and how to prepare it?
what is the technical challange you faced in your module.please ans me the question i just want example can me any example please very important
how to connect your project in database?
online demo for bug tracker tool(let me know the website)
Negative test cases for phone camera
Write the test cases for godaddy home page
How can software qa processes be implemented without stifling productivity?