Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scrum, how to handle bugs in the sprint and how to time estimate bugs [closed]

I'm working in a Scrum project writing firmware code in C for an ASIC.

Every so often we have really hard to find bugs. But how do I time estimate these bugs?

I always tell the Scrum master I do not have the competence to estimate them because I really hate time-estimation of bugs.

How do you guys handle this in your Scrum projects?

like image 986
Henrik Avatar asked Dec 10 '09 08:12

Henrik


1 Answers

Estimating bugs is a really hard thing. If you can do it, then you likely already have the solution and it's not really a bug anymore :) So, instead of trying to estimate them one by one, my preferred option is to allocate some "bug fixing time" during the Sprint and to fix most important bugs during that time. This is a best effort strategy, you just fix as much of them as possible during the allocated time.

like image 169
Pascal Thivent Avatar answered Oct 05 '22 00:10

Pascal Thivent