Intentionally introducing defects in to the software to know the rate of its detection and its surrounding effects. The ratio of the number of seeded defects detected to the total number of defects seeded provides a rough idea of the total number of unseeded defects that have been detected. Example: A group intentionally seeded the program with 30 errors, which is seeded widely over the application functionality. When the testing complete, If You find 15 seeded defects and 200 unseeded defects then total number of defects can be derived as follows: Total Defects = Defects Introduced * Unseeded Defects Found Defects Found Total Defects= 30 * 200 = 400 ...