What are the bug and testing metrics

Showing Answers 1 - 7 of 7 Answers

Sbandaru

  • Oct 26th, 2005
 

Bug is an error that comes during development.testmetrics A document showing the relation ship between test requirements and test cases.

  Was this answer useful?  Yes

Some defect and test metrics are:

Effort variance = (actual fffort - planned effort) / planned effort * 100

Schedule variance = ((actual calendar days - planned calendar days) + start variance) / planned calendar days * 100

Size variance = (actual size - estimated size) / estimated size * 100

Requirements stability index = 1- ((# of changed + # of deleted + # of added) / total # of initial requirements) * 100

Productivity in project = actual project size / actual effort spent for the project

Defect density for the project = total number of defects / project size in KLOC or FP

Defect density for each work product = total number of defects / work product size measure


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions