How to prioritize bugs?

后端 未结 15 924
无人共我
无人共我 2021-02-04 03:55

In my current company there isn\'t clear understanding between the test and development teams as to how severe a bug should be? There are arguments which go back and forth to re

15条回答
  •  日久生厌
    2021-02-04 04:34

    1. Must be done now
    2. Must be done before we ship
    3. Minor annoyance (Doesn't prevent the user from exercising the functionality)
    4. Edge case/Remote/Tester-from-Mordor scenario

    Well I just made that up... my point being categorizing bugs should not be a weekly hour+ long ritual..
    IMHO, prioritizing acc to a flowchart is wasted time. Fix bugs in Cat#1 and #2 - as quickly as they surface. If you find yourself swamped by bugs, slow down and reflect. Defer Cat#3 and Cat#4 if the schedule doesn't permit or higher priority items override.
    The critical thing is that all of you have a shared understanding of this severity and expected quality. Don't let compliance to the holy standards of X slow you down from delivering what the customer wants... working software.

提交回复
热议问题