What is Defect Seeding?
What is Defect Density?

Answer Posted / ganesh krishnamurthy

Defect Density is nothing but total number of defects per
line of code.
Defect Seeding is purposely injecting known defects of
non-trivial severity into the artifact that is to be
reviewed. Care must be taken to ensure that its not injected
into the real thing,
or
Purpose of defect seeding is to determine whether build is
properly tested or not?(Nothing but spying the testers
performance during testing)

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write the testcases for migrating data from one database to another database?

1894


Explain the integration testing?

694


Explain the glass box testing?

654


Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.

1925


An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?

2572






Why does the boundary value analysis provide good test cases?

686


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3319


What is ramp testing?

664


what is the test plan for ms-word

1937


Test Case for Text Editor!

2764


Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?

2085


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

895


Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

1666


explain end to end scenario's for online Money transfer in Banking Domain?

1400


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1431