Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is defect pooling?

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


Please Help Members By Posting Answers For Below Questions

give me a example of writing a test case,take any good example which i can understand easily.

2261


How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.

1985


What is internationalization testing (i18n testing)?

1252


Easiest way to write test cases? How i can learn writing the test cases?

1523


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.)

2062


When we use integration testing for any new system so why we required system testing.

2059


what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.

14774


What’s the difference between a bug and a defect?

1230


Have you prepared traceability matrix and how to prepare it?

2130


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

1984


how to connect your project in database?

2107


online demo for bug tracker tool(let me know the website)

2186


Negative test cases for phone camera

795


Write the test cases for godaddy home page

1824


How can software qa processes be implemented without stifling productivity?

1224