what is defect density
Answer Posted / iqubal
Defect Density
Defect Density Definition
Defect Density is the number of confirmed defects detected
in software/component during a defined period of
development/operation divided by the size of the
software/component.
Elaboration
The 'defects' are:
* confirmed and agreed upon (not just reported).
* Dropped defects are not counted.
The ‘period’ might be for one of the following:
* for a duration (say, the first month, the quarter, or
the year).
* for each phase of the software life cycle.
* for the whole of the software life cycle.
The ‘size’ is measured in one of the following:
* Function Points (FP)
* Source Lines of Code
Defect Density Formula
Defect Density Uses
* For comparing the relative number of defects in
various software components so that high-risk components can
be identified and resources focused towards them
* For comparing software/products so that ‘quality’ of
each software/product can be quantified and resources
focused towards those with low quality.
Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is a test strategy and what does it include?
What is the difference between quality assurance, quality control and testing?
Will automated testing tools make testing easier?
Explain what should your qa documents include?
What is the Differnce B/W Quality Management and Quality Control
What is specification-driven testing?
Have you used any automation tools?
Enlist some automation testing tools.
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
Hi Friends, I have 2.5 yrs of experience. i am havung interview for QA/QC position tomorrow.what type of questions shall i expect for this experience? PLS HELP. THANKS IN ADVANCE
What is a bug life cycle?
I have to write a User Story for a customer withdrawing cash out of an ATM. Can you send me some examples PLEASE. I appreciate your assistance.
What is crud testing and how to test crud?
List out various tools required to support testing during development of the application?
What is capture/replay tool?