All About Agile | Agile Development Made Easy!
Tags:
Permalink Reply by Priya on February 18, 2011 at 10:13 Hi Friends,
My organization is going to adopt Agile and I am asked to suggest what kind of metric can be collected with a sample of data and chart. Can someone help me???
Priya
Permalink Reply by Manfred Lange on February 21, 2011 at 20:20 One metric I use for measuring quality is the defect arrival rate. Basically I count the number defects reported per time unit. I also track the "issue" arrival rate. As an issue I count everything that a customer has a problem with. Therefore the latter includes items that are not bugs as such (the software is working as defined). For example if a user has difficulties with a particular feature then this would count as an "issue" as well. It indicates an area of the product that requires attention and we then endeavor to improve that feature so the number of issues with it decreases.
Does this mean the arrival rate will go to zero? That would be nice but my hypothesis is that as the quality of the product incrementally increases so do the expectations. With bad quality people don't both reporting aesthetics or usability. All they want is a product that works. Once it works they want a product that provides more business value and - eventually - is also nice to look at.
In combination with the defect/issue arrival rate I also track the defect/issue resolution rate so that I have a metric that gives me an indication whether or not the backlog increases, decreases or stays the same.
If you combine defect arrival rate with an parameter that helps identifying the area of the product that is at fault (not from a implementation but from a feature perspective) then you also gain a tool that helps directing your QA efforts towards the areas that need it most.
I use other metrics but these are the ones I found extremely valuable in my experience.
Permalink Reply by Priya on February 22, 2011 at 10:26 © 2012 Created by Kelly Waters.