Showing posts with label Agile Bugs. Show all posts
Showing posts with label Agile Bugs. Show all posts

Thursday, June 27, 2019

Handling bugs in Agile - Bradley Bug Chart

Should be this.
  1. Is it a bug? If yes, proceed and fix it first based on priority, else get it into the product backlog.
  2. If it is a bug, can it be deferred to next sprint? If no, proceed below, else move to next sprint. If it is a bug and needs to be addressed in the current sprint, then proceed below.
  3. Can the bug be fixed within 2 hours? If yes, fix it and forget rest.
  4. If no, then get it into the current sprint backlog and remove another item of approx size.


If we already have automation, what's the need for Agents?

“Automation” and “agent” sound similar — but they solve very different classes of problems. Automation = Fixed Instruction → Fixed Outcome ...