How to handle growing QA reporting requirements?

Posted by Phillip Jackson on Programmers See other posts from Programmers or by Phillip Jackson
Published on 2011-03-08T19:01:08Z Indexed on 2011/03/09 0:18 UTC
Read the original article Hit count: 359

Filed under:
|
|
|

Some Background:

Our company is growing very quickly - in 3 years we've tripled in size and there are no signs of stopping any time soon. Our marketing department has expanded and our IT requirements have as well. When I first arrived everything was managed in Dreamweaver and Excel spreadsheets and we've worked hard to implement bug tracking, version control, continuous integration, and multi-stage deployment.

It's been a long hard road, and now we need to get more organized.

The Problem at Hand:

Management would like to track, per-developer, who is generating the most issues at the QA stage (post unit testing, regression, and post-production issues specifically). This becomes a fine balance because many issues can't be reported granularly (e.g. per-url or per-"page") but yet that's how Management would like reporting to be broken down.

Further, severity has to be taken into account. We have drafted standards for each of these areas specific to our environment. Developers don't want to be nicked for 100+ instances of an issue if it was a problem with an include or inheritance... I had a suggestion to "score" bugs based on severity... but nobody likes that. We can't enter issues for every individual module affected by a global issue.

[UPDATED] The Actual Questions:

How do medium sized businesses and code shops handle bug tracking, reporting, and providing useful metrics to management? What kinds of KPIs are better metrics for employee performance? What is the most common way to provide per-developer reporting as far as time-to-close, reopens, etc.? Do large enterprises ignore the efforts of the individuals and rather focus on the team?

Some other questions:

  • Is this too granular of reporting?
  • Is this considered 'blame culture'?
  • If you were the developer working in this environment, what would you define as a measureable goal for this year to track your progress, with the reward of achieving the goal a bonus?

© Programmers or respective owner

Related posts about management

Related posts about bug-tracking