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
What is Online gaming, payment gateway development, hosting and custom software development services.
Give an example for pre testing and post testing ?
what is configuration management tool - send to thanu_santo@rediffmail.com. what is testing senarios
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
what is metrics in software testing? give me a brief detail about it?
Can you explain v model in manual testing?
how deployment phase of SDLC differs in product based and in service based company ?
How much the bug is affecting the functionality of the application?
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
1...DIFF BETWEEN QTP AND WIN RUNNER? 2... CHECKPOINTS AND EXPLAIN EACH OF THEM? 3...WHY IS STEP GENERATOR? 4... WHAT IS THE DIFF BETWEEN FUNCTIONS AND SUB ROUTINE?
On login window for username and password auto populated field means what !
What is bottom-up approach?
You may undergone many projects. Do all the projects match up with customer’s expectations?
Why would we not include these?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.