Assessing Bug Priority and Severity

by Nataliia Vasylyna | July 3, 2011 10:00 am

The majority of bug databases, whether developed in-house or through third-party tools have some fields that can be filled in-title, priority, severity, opened by, assigned to, and so on. I vigorously advise you to fill in these fields only after the body of the bug report[1] has been created. After writing all of the explanation you pay more attention to the issue, more exactly what the bug is, and in what way is it appears. You can carefully write a short title and set a severity and priority for it.

Most testing teams set these values, but they can differ extremely. Bug priority[2] quantifies how it affects the organization internally and, relative to other software bugs when it should be fixed.

See the example:

  1. Fix this first. These are all very weighty, very perceptible, or very easy.
  2. Fix this after all Priority 1 bugs are done. These are weighty, but not at the same level as bugs of Priority 1.
  3. Fix these after the Priority 2s. These have an influence on the quality of the product, but not so high that they would stop the shipment.
  4. Fix these last. Usually, these are very marginal cases that customers would not face in the common use of the application.

The severity of the bugs portrays the influence that it would have on a customer’s risk and visibility. The strictest impact is a failure of the product or destruction of data or wrong unsuitable result.

See the example:

  1. The software bug causes perceptible trouble, but the user can work around it.
  2. The software bug affects client or server machines to failure, hesitation, ruin, or corrupt data.
  3. The bug describes a trivial issue that is not expected to be a problem. It might be a suggestion or a predilection of the software tester.
  4. The bug makes a feature useless or presents serious trouble to the user.

Learn more from QATestLab

Related Posts:

Endnotes:
  1. bug report: https://qatestlab.com/resources/knowledge-center/sample-deliverables/bug-reports/
  2. Bug priority: https://blog.qatestlab.com/2015/03/10/software-bugs-severity-levels/
  3. To Fix or Not to Fix? That Is the Question: https://blog.qatestlab.com/2016/08/04/fix-bug-question/
  4. How to Distinguish Bug Severity and Priority?: https://blog.qatestlab.com/2015/12/18/bug-severity-priority/
  5. Definitions and Meaning: Error, Fault, Failure and Defect: https://blog.qatestlab.com/2011/12/06/definitions-and-meaning-error-fault-failure-and-defect/

Source URL: https://blog.qatestlab.com/2011/07/03/assessing-bug-priority-and-severity/