GeekArticles
Testing
Bug ReportingDefinition of Defect Density
Author: stickyminds.com |
Published: 18th Aug 2005 |
Visited: 1534 times |
Add CommentFiled in: Bug ReportingThis brief article by Linda Westfall defines the defect metric of Defect Density and gives two examples of how it could be reported and utilized.
Read Article Sponsored Links
Related Articles
• Column Definition Order on Composite Primary Kay Suppose I have a table with composite primary key
create table RULE_INST (
RULE_ID NUMBER(15) not null,
TEST_ID NUMBER(15) not null,
CHECK_ID NUMBER(30) not null,
MOE_TST_GRP VARCHAR2(32) default 'none',
CONST ...
• Allow Users to Report Meaningful Defect Information This article describes an approach to providing users with the means to submit error information directly back to the software developers as errors are encountered during the use of a targeted applica ...