How would you prioritize your bug?
Hello,
In this blog, I'm going to explain about How would you prioritize your bug?
What is Bug Priority?
Bug priority refers to how urgently a bug needs to be fixed and eliminated from the website or app in question. Basically, it’s a measure of how the bug should be prioritized in the debugging hierarchy. Correctly assigning bug priority is integral to planning a software development life cycle successfully.
Levels of bug priority:
- Low: Bug can be fixed at a later date. Other, more serious bugs take priority.
- Medium: Bug can be fixed in the normal course of development and testing.
- High: Bug must be resolved at the earliest as it affects the system adversely and renders it unusable until it is resolved.
Testers can determine bug priority with the same two steps described earlier to determine bug severity.
Comments
Post a Comment