how to calculate defect density rate and what are the
retrospective mesures you have experienced / taken to
reduce the same
Answer Posted / felix
Defect Density = No. of Defects / Total no. of executable
lines of code
The above is applicable only for C and C++ projects. For
most VB and .NET projects, Its always good to consider the
total no. of functional points.
Defect Density = No. of Defects / Total no. of FPs
Note: Functional points are like validate user name,
validate password strength, save user name and password etc.,
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
How does development of software differ from that of hardware from a quality viewpoint?
what are the basic artifacts required for QA from development teams start qualification
brief about the methodologies to evaluate weightage of test cases and what are the basic parameters to be considered
How would you finalize the number of resources/testers needed for the testing in the estimation ?
How would you know if the same build you tested is deployed in production? There are chances that developer might deploy some other working build?
How to write testcases while we know only the datatypes for the fields
What are the main objectives of configuration management and version control?
What are ‘throwaway’ prototypes and ‘evolutionary’ prototypes? How can production of a prototype be controlled and why is this important?
what are the disadvantages of selenium IDE..?
Hi I want to test regarding cookies.. Session should be good for 4 hours and once expired user is returned to login page.. How can i test the session is good for 4 hrs?? Whether i need wait for 4 hours?
As soon as you get a build ,what would you ask your testing team to do?
Why should an organisation be concerned about software risk factors and software quality?
Why is it that a single, all – encompassing metric cannot be developed for programme complexity or programme quality?
what is the difference configurable items and non configurable items ?
what are the usual metrics one have to apply for SW improvement projects