Metrics. Defects by How Found.
Posted On Thursday, 25 December 2008 at at 13:47 by Mykhailo Poliarush
Metrics. Root Cause Analysis.
Posted On Tuesday, 23 December 2008 at at 13:44 by Mykhailo PoliarushThe objective of root cause analysis is to show the source of the defects, for example, architectural, functional, usability, and so on. If the majority of the defects are architectural, this will pervade the whole system and require a great deal of redesign and rework. High percentage categories should be examined for maintainability after it is released for production.
Metrics. Test Burnout Tracking.
Posted On Sunday, 21 December 2008 at at 13:40 by Mykhailo PoliarushThe objective of test burnout tracking is to indicate the rate of uncovering defects for the entire project and is a valuable test completion indicator. The cumulative (e.g., running total) number of defects and defects by time period help predict when fewer and fewer defects are being discovered. This is indicated when the cumulative curve “bends” and the defects by time period approach zero.
Metrics. Defect Severity Status.
Posted On Friday, 19 December 2008 at at 13:36 by Mykhailo PoliarushThe objective of defect severity status is to show the distribution of the three severity categories for the entire project, for example, critical, major, and minor. A large percentage of defects in the critical category indicate that there existed a problem with the design or architecture of the application, which should be examined for maintainability after it is released for production.
Metrics. Defect Gap Analysis.
Posted On Wednesday, 17 December 2008 at at 13:30 by Mykhailo PoliarushThe objective of defect gap analysis is to show the gap between the number of defects that has been uncovered and the number that has been corrected during the entire project. At project completion these curves should coincide, indicating that the majority of the defects uncovered have been corrected and the system is ready for production.
Metrics measurement. How is it really used in testing.
Posted On at at 08:45 by Mykhailo PoliarushYou know, there are a lot of metrics that can be used in every project but it didn't used.
Most interesting thing: I did a small survey among my team's member about what metrics did they use and how was it used by them and project team.
Details of survey:
1. Didn't use - 50%
2. Used but there was not significant value from this (ISO methodology were used) - 37.5%
3. Used and it gave real value to the project. - 12.5%
Amount of people that were take into consideration during survey: 8
So, what does it mean? Many people don't understand what metrics are and how it should be used!
How do you use metrics in your project?