- Design To Requirements Traceability
this metric provides the analysis on the number of design elements matching requirements to the number of design elements not matching requirements. It is calculated at stage completion and calculated from software requirements specification and detail design.
Formula:
Number of design elements.
Number of design elements matching requirements.
Number of design elements not matching requirements.
- Requirements to Test case Traceability
This metric provides the analysis on the number of requirements tested vs the number of requirements not tested. It is calculated at stage completion. It is calculated from software requirements specification, detail design and test case specification.
Formula:
Number of requirements.
Number of requirements tested.
Number of requirements not tested.
- Test cases to Requirements Traceability
This metric provides the analysis on the number of test cases matching requirements vs the number of test cases not matching requirements. It is calculated at stage completion. It is calculated from software requirements specification and test case specification.
Formula:
Number of requirements.
Number of test cases with matching requirements.
Number of test cases not matching requirements.
- Number of defects in coding found during testing by severity
This metric provides the analysis on the number of defects by the severity. It is calculated at stage completion. It is calculated from bug report.
Formula:
Number of defects.
Number of defects of low priority.
Number of defects of medium priority.
Number of defects of high priority.
- Defects - state of origin, detection, removal
This metric provides the analysis on the number of defects by the stage of origin, detection and removal. It is calculated at stage completion. It is calculated from bug report.
Formula:
Number of defects.
Stage of origin.
Stage of detection.
Stage of removal.
- Defect Density
This metric provides the analysis on the number of defects to the size of the work product. It is calculated at stage completion. It is calculated from defects list and bug report.
Formula:
Defect Density = [total number of defects/Size(FP/KLOC)] *100
Tuesday, December 28, 2010
What are different types of general metrics? Continued...
Posted by
Sunflower
at
12/28/2010 12:59:00 PM
0
comments
Labels: Bugs, Calculate, Defects, efficient, Effort, Errors, Estimation, Formula, Metrics, Process, Project, Quality metrics, Review, Reviews, Software testing, Stages, Variance
![]() | Subscribe by Email |
|
Monday, December 27, 2010
What are different types of general metrics? Continued...
- Review Effectiveness
This metric will indicate the effectiveness of the review process.It is calculated at the completion of review or completion of testing stage. It is calculated from peer review report, peer review defect list and bugs reported by testing.
Formula:
Review Effectiveness = [(Number of defects found by reviews)/((Total number of defects found y reviews)+Testing)] * 100
- Total number of defects found by reviews
This metric will indicate the total number of defects identified by the review process. the defects are further categorized as high, medium or low. It is calculated at completion of reviews. It is calculated from peer review report and peer review defect list.
Formula: Total number of defects identified in the project.
- Defect vs Review Effort - Review Yield
This metric will indicate the effort expended in each stage for reviews to the defects found. It is calculated at completion of reviews. It is calculated from peer review report and peer review defect list.
Formula : Defects/Review Effort
- Requirements Stability Index (RSI)
This metric gives the stability factor of the requirements over a period of time, after the requirements have been mutually agreed and base lined between company and the client. It is calculated at stage completion and project completion. It is calculated from change request and software requirements specification.
Formula:
RSI = 100 * [(Number of base-lined requirements)-(Number of changes in requirements after the requirements are base-lined)]/(Number of base-lined requirements)
- Change Requests by State
This metric provides the analysis on state of the requirements. It is calculated at stage completion. It is calculated from change request and software requirements specification.
Formula:
Number of accepted requirements, Number of rejected requirements, Number of postponed requirements.
- Requirements to Design Traceability
This metric provides the analysis on the number of requirements designed to the number of requirements that were not designed. It is calculated at stage completion. It is calculated from software requirement specification and detail design.
Formula:
Total number of requirements, Number of requirements designed, Number of requirements not designed.
Posted by
Sunflower
at
12/27/2010 06:58:00 PM
0
comments
Labels: Bugs, Calculate, Defects, efficient, Effort, Errors, Estimation, Formula, Metrics, Process, Project, Quality metrics, Review, Reviews, Software testing, Stages, Variance
![]() | Subscribe by Email |
|
Sunday, December 26, 2010
What are different types of general metrics? Continued...
- Overall Review Effectiveness
This metric will indicate the effectiveness of the testing process in identifying the defects for a given project during the testing stage. It is calculated at monthly basis and after build completion or project completion. It is calculated from test reports and customer identified defects.
Overall Test Effectiveness OTE = [(Number of defects found during testing)/(Total number of defects found during testing + Number of defects found during post delivery)] *100
- Effort Variance (EV)
This metric gives the variation of actual efforts vs. the estimated effort. This is calculated for each project stage. It is calculated at stage completion as identified in SPP. It is calculated from estimation sheets for estimated values in person hours, for each activity within a given stage and actual worked hours values in person hours.
EV = [(Actual person hours - Estimated person hours)/Estimated person hours] * 100
- Cost Variance (CV)
This metric gives the variation of actual cost vs the estimated cost. This is calculated for each project stage. It is calculated at stage completion. It is calculated from estimation sheets for estimated values in dollars or rupees for each activity within that stage and the actual cost incurred.
CV = [(Actual Cost-Estimated Cost)/Estimated Cost] * 100
- Size Variance
This metric gives the variation of actual size vs the estimated size. This is calculated for each project stage. It is calculated at stage and project completion. It is calculated from estimation sheets for estimated values in function points or KLOC and from actual size.
Size Variance = [(Actual Size-Estimated Size)/Estimated Size] * 100
- Productivity on Review reparation - Technical
This metric will indicate the effort spent on preparation for review. This is to use this to calculate for languages used in the project.It is calculated at monthly or after build completion. It is calculated from peer review report.
For every language used, calculate
(KLOC or FP)/hour(*Language) where Language - C,C++, Java,XML etc...
- Number of defects found per review meeting
This metric will indicate the number of defects found during the review meeting across various stages of the project. It is calculated at monthly or after the completion of review. it is calculated from peer review report and peer review defect list.
Formula : Number of defects/Review Meeting
- Review Team Efficiency(Review Team Size Vs Defects Trend)
This metric will indicate the review team size and the defects trend. This will help to determine the efficiency of the review team. It is calculated at monthly and completion of review. It is calculated from peer review report and peer review defect list.
Formula : Review team size to the defects trend.
Posted by
Sunflower
at
12/26/2010 05:03:00 PM
0
comments
Labels: Bugs, Calculate, Defects, efficient, Effort, Errors, Estimation, Formula, Metrics, Process, Project, Quality metrics, Review, Reviews, Software testing, Stages, Variance
![]() | Subscribe by Email |
|