Geeks Talk

Prepare for your Next Interview




Manual Testing

This is a discussion on Manual Testing within the Testing Issues forums, part of the Software Testing category; How do you measure defect density?...


Go Back   Geeks Talk > Software Testing > Testing Issues

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-08-2008
Junior Member
 
Join Date: Jan 2008
Location: Chennai
Posts: 10
Thanks: 4
Thanked 2 Times in 2 Posts
vsjprasath is on a distinguished road
Red face Manual Testing

How do you measure defect density?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-08-2008
Junior Member
 
Join Date: Dec 2007
Location: london
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ajrjsw is on a distinguished road
Re: Manual Testing

Depending up on the specifications,and the how it effects the end user ,and the business of the company.
Reply With Quote
  #3 (permalink)  
Old 02-11-2008
Moderator
 
Join Date: Sep 2007
Location: Chennai, INDIA
Posts: 406
Thanks: 2
Thanked 153 Times in 81 Posts
sridharrganesan will become famous soon enoughsridharrganesan will become famous soon enough
Re: Manual Testing

Defect density is a measure of the total known defects divided by the size of the software entity being measured.

Defect density is defined as the total number of defects identified divided by the total line of code or size. The Number of Defects identified is the count of total defects identified against a particular software entity, during a particular time period.

Some of the Examples are:
- defect to date since the creation of an application
- defects found in a program during an inspection
- defects to date since the release of the software

Defect Density is used to compare the relative number of defects in various software components.
Reply With Quote
The Following User Says Thank You to sridharrganesan For This Useful Post:
  #4 (permalink)  
Old 02-14-2008
Banned
 
Join Date: Oct 2007
Location: Hyderabad
Posts: 176
Thanks: 2
Thanked 11 Times in 11 Posts
quality_quantity is on a distinguished road
Re: Manual Testing

The measure defect-density (dd) is besides the measure loc one of the most widely used measures in industry. The measure dd is defined as: dd = defects (k)loc where defects are the number defects some time after release (normally six months). We will not discuss here the problem of the application of this measure in practice. The next figure illustrates the effects which can occur when using the measure dd. Version 1 version 2 # defects loc defects/loc defects loc defects/loc relation 1 12 777 0.01544 3 55 0.05455 < 2 5 110 0.04545 6 110 0.05455 < 3 2 110 0.01818 3 110 0.02727 < 4 3 110 0.02727 4 110 0.03636 < 5 6 1000 0.00600 70 10000 0.00700 < sum 28 2107 0.01329 86 10385 0.00828 > table 1: behavior of the measure defect-density. Relation shows the relation of the defect-density of version 1 to version 2. Assume, we have two program versions 1 and 2, and each of them consisting of five modules. For each version we consider the measure dd. We see, that every module of version 1 has a lower defect-density than every module of version 2. Summing up the defects and loc of each version then we get the result in the line sum. The result is surprising. Although the value of dd for each of the modules of version 1 is less than the values of dd for version 2 (relation), the value of dd of all modules of version 1 is greater than dd of version 2.
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Guidelines for Manual Testing sridharrganesan Testing Issues 34 4 Hours Ago 05:15 PM
manual testing procedure rvija Testing Issues 17 3 Weeks Ago 12:21 AM
Manual Testing vsjprasath Testing Issues 4 02-14-2008 08:17 AM
testing techniques are used in manual web testing sunny_love Web Testing 10 10-22-2007 03:10 AM
Manual Testing prasad79 Testing Issues 0 09-26-2007 04:20 AM


All times are GMT -4. The time now is 09:24 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved