What is defect pooling?

Answers were Sorted based on User's Feedback



What is defect pooling?..

Answer / 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

What is defect pooling?..

Answer / gkyes

defect seeding and defect pooling both are different..
see the below site for detailed answer
http://www.stevemcconnell.com/ieeesoftware/bp09.htm
-----------
involvement makes you important
gkyes

Is This Answer Correct ?    2 Yes 1 No

What is defect pooling?..

Answer / neelima

defect seeding means intentionally introducing defects in
to the application and check the ratev of its detection and
its residual effects

Is This Answer Correct ?    3 Yes 2 No

What is defect pooling?..

Answer / baydr earles

Last post is verbatim copy of this article on the IEEE website http://www.stevemcconnell.com/ieeesoftware/bp09.htm

Is This Answer Correct ?    1 Yes 0 No

What is defect pooling?..

Answer / xyz

what is meant by defect seeding ?

Is This Answer Correct ?    1 Yes 3 No

What is defect pooling?..

Answer / jyothi

defect pooling nothing but defect seeding

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Manual Testing Interview Questions

Puzzles 1)Three geniuses stand in a file (one behind the other). Each can see only to the front, so the rear person can see the middle and the front, the middle person can see the front, and the genius in the front cannot see anyone. You have five hats. Two are white, and three are red. You blindfold the three geniuses, who are utterly truthful, and put a hat--at random-on the head of each. Then you hide the other two hats and remove the blindfolds. You then ask each genius to name the color of his hat (which he cannot see). The rear on says "I don't know." The middle on says, " I don't know." Then the front onw says, "I know." WHAT COLOR IS THE FRONT GENIUS' HAT? 2) one reasoning puzzle. 3) A monkey falls into a 30 ft well. Every day it climbs 3 ft up and falls 2 feet up. How many days will it take for it to jump out of the well.

6 Answers   Bally Technologies,


what is severity and what is priority

4 Answers   CMC,


If there is a field called "Amount" which takes 4 digit number & 2 decimal points what will be the test data for this.

3 Answers   Emptoris,


wht is need for testing?why testing is neccsary?why testing is done?

6 Answers   mPortal, SoftSmith,


define defect lifecycle step by step

8 Answers   Cap Gemini,






What is Manual and Automation Testing Framework

1 Answers   Symphony,


How do we validate cerdit cards in billing project

2 Answers   HCL,


1. what exactly is heuristic checklist approach for unit testing ?

0 Answers  


what are the system testcases for the notepad application?

1 Answers  


What is the final stage of integration testing

4 Answers   HCL,


If Client has given the requirement such that " (1)Items are sorted alphabetically (2)Apply Shortcut keys " Then Tester have to write test cases for that also or not?

1 Answers  


FOR TEST THE RESOULATION OF IMAGE ETC WHICH TYPE OF TESTING WE USE

3 Answers  


Categories