The Measure Defect-Density (DD) Measures the number of
defects in a perticular size of code. it is measured as follows:
LOC (Lines of Code), Defects: number of defects in the code;
DD = Defects/(K)LOC
This basically is the Consolidated Graph of Number of
defects found in each module. This is help ful to locate
the error prones and Help to concentrate on a particular
area while making Analysis.
Deefct density is nothing but number of defects for
particular size of code
We will determine the defect density using metrics and
measurements i our environments
Total Number of Defects
Defect density = -----------------------
Size of the Project
Size of Project can be Function Points, Feature Points, Use
Cases, KLOC etc
Defect Density:
No of defects for a particular test coverage is known as
defect density.
defect density is a specific feature in the testing life
cycle.Means we can able to identify based on the total no
of test cases we are having and how many of the tset cases
failed while testing gives the measure of defect density.
How to track a bug that appears number of times(i.e what is
the way to calculate that a particular bug is appearing
number of times evenafter fixing it).
1. Regression& Retesting
2. What is usability testing?
3. Functionality testing
4. On what basis you will write the test cases
5. do you written the test scripts also
6. where do you store the test cases
7. where do you execute the test cases.
8. Do you prepare the requirements.