---
description: In software testing, defect severity can be defined as the degree of impact a defect has on the development or operation of a component application being tested. Higher effect on the system functional
title: Difference Between Severity and Priority in Testing (Example)
image: https://www.guru99.com/images/5-2015/050115_0552_PriorityVsS1.gif
---

 

[Skip to content](#main) 

## Severity Vs. Priority: Difference Between Them

* Priority is the order in which the developer should resolve a defect whereas Severity is the degree of impact that a defect has on the operation of the product.
* Priority is categorized into three types: low, medium and high whereas Severity is categorized into five types: critical, major, moderate, minor and cosmetic.
* Priority is associated with scheduling while Severity is associated with functionality or standards.
* Priority indicates how soon the bug should be fixed whereas Severity indicates the seriousness of the defect on the product functionality.
* Priority of defects is decided in consultation with the manager/client while Severity levels of the defects are determined by the QA engineer.
* Priority is driven by business value while Severity is driven by functionality.
* Priority value is subjective and can change over a period of time depending on the change in the project situation whereas Severity value is objective and less likely to change.
* High Priority and low severity status indicates, defect have to be fixed on immediate bases but does not affect the application while High Severity and low priority status indicates defect have to be fixed but not on immediate bases.
* Priority status is based on customer requirements whereas Severity status is based on the technical aspect of the product.

[![Severity Vs. Priority:](https://www.guru99.com/images/5-2015/050115_0552_PriorityVsS1.gif)](https://www.guru99.com/images/5-2015/050115%5F0552%5FPriorityVsS1.gif)

## What is Bug Severity

**Bug Severity** or Defect Severity in testing is a degree of impact a bug or a[ Defect ](https://www.guru99.com/defect-management-process.html)has on the software application under test. A higher effect of bug/defect on system functionality will lead to a higher severity level. A[ Quality Assurance ](https://www.guru99.com/all-about-quality-assurance.html)engineer usually determines the severity level of a bug/defect.

## What is Priority?

Priority is defined as the order in which a defect should be fixed. Higher the priority the sooner the defect should be resolved.

Defects that leave the software system unusable are given higher priority over defects that cause a small functionality of the software to fail.

## Types of Severity

In [Software Testing](https://www.guru99.com/software-testing-introduction-importance.html), Types of Severity of bug/defect can be categorized into the following parts:

* **Critical**: This defect indicates complete shut-down of the process, nothing can proceed further
* **Major**: It is a highly severe defect and collapses the system. However, certain parts of the system remain functional
* **Medium**: It causes some undesirable behavior, but the system is still functional
* **Low**: It won’t cause any major break-down of the system

## Priority Types

Types of Priority of bug/defect can be categorized into three parts :

* **Low:** The Defect is an irritant but repair can be done once the more serious Defect has been fixed
* **Medium:** During the normal course of the development activities defect should be resolved. It can wait until a new version is created
* **High:** The defect must be resolved as soon as possible as it affects the system severely and cannot be used until it is fixed

## Tips for determining the Severity of a Defect

* Decide the frequency of occurrence: In some cases, if the occurrence of a minor-defect is frequent in the code, it can be more severe. So from a user’s perspective, it is more serious even though it is a minor defect.
* Isolate the defect: Isolating the defect can help to find out its severity of the impact.

## Difference between Severity and Priority in Testing

| Priority                                                                                                                        | Severity                                                                                             |
| ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Defect Priority has defined the order in which the developer should resolve a defect                                            | Defect Severity is defined as the degree of impact that a defect has on the operation of the product |
| Priority is associated with scheduling                                                                                          | Severity is associated with functionality or standards                                               |
| Priority indicates how soon the bug should be fixed                                                                             | Severity indicates the seriousness of the defect on the product functionality                        |
| Priority of defects is decided in consultation with the manager/client                                                          | QA engineer determines the severity level of the defect                                              |
| Priority is driven by business value                                                                                            | Severity is driven by functionality                                                                  |
| Its value is subjective and can change over a period of time depending on the change in the project situation                   | Its value is objective and less likely to change                                                     |
| High priority and low severity status indicates, defect have to be fixed on immediate bases but does not affect the application | High severity and low priority status indicates defect have to be fixed but not on immediate bases   |
| Priority status is based on customer requirements                                                                               | Severity status is based on the technical aspect of the product                                      |
| During UAT the development team fix defects based on priority                                                                   | During SIT, the development team will fix defects based on the severity and then priority            |
| Priority is categorized into three types Low Medium High                                                                        | Severity is categorized into five types Critical Major Moderate Minor Cosmetic                       |

### RELATED ARTICLES

* [What is Regression Testing? ](https://www.guru99.com/regression-testing.html "What is Regression Testing?")
* [What is Compatibility Testing? ](https://www.guru99.com/compatibility-testing.html "What is Compatibility Testing?")
* [Agile Methodology in Software Testing ](https://www.guru99.com/agile-methodology-in-software-testing.html "Agile Methodology in Software Testing")
* [Test Plan vs Test Strategy – Difference Between Them ](https://www.guru99.com/test-plan-v-s-test-strategy.html "Test Plan vs Test Strategy – Difference Between Them")

## Example of Defect Severity and Priority

Let see an example of low severity and high priority and vice versa

[![Defect Severity and Priority](https://www.guru99.com/images/5-2015/050115_0552_PriorityVsS2.png)](https://www.guru99.com/images/5-2015/050115%5F0552%5FPriorityVsS2.png)

* A very low severity with a high priority: A logo error for any shipment website, can be of low severity as it not going to affect the functionality of the website but can be of high priority as you don’t want any further shipment to proceed with the wrong logo.
* A very high severity with a low priority: Likewise, for flight operating website, a defect in reservation functionality may be of high severity but can be a low priority as it can be scheduled to release in a next cycle.

## Defect Triage

Defect triage is a process that tries to do the re-balancing of the process where the test team faces the problem of limited availability of resources. So, when there are large number of the defect and limited testers to verify them, defect triage helps to try to get as many defects resolved based on defect parameters like severity and priority.

**How to determine Defect Triage:**

Most systems use priority as the main criteria to assess the defect. However, a good triage process considers the severity as well.

[![Defect Triage](https://www.guru99.com/images/5-2015/050115_0552_PriorityVsS3.png)](https://www.guru99.com/images/5-2015/050115%5F0552%5FPriorityVsS3.png)

The triage process includes the following steps

* Reviewing all the defects including rejected defects by the team
* Initial assessment of the defects is based on its content and respective priority and severity settings
* Prioritizing the defect based on the inputs
* Assign the defect to correct release by product manager
* Re-directs the defect to the correct owner/team for further action

## Guidelines that every tester should consider before selecting a severity

Severity parameter is assessed by the tester whereas the priority parameter is assessed by the product manager or by the triage team. For prioritizing the defect, it is imperative for a tester to choose the right severity to avoid confusion with the development team.

* Understand the concept of priority and severity well
* Always assign the severity level based on the issue type as this will affect its priority
* Understand how a particular scenario or[ Test Case ](https://www.guru99.com/test-case.html)would affect the end-user
* Need to consider how much time it would take to fix the defect based on its complexity and time to verify the defect

## Conclusion

In [Software Engineering](https://www.guru99.com/software-engineering-tutorial.html), Assigning wrong severity to defect can delay the[ STLC ](https://www.guru99.com/software-testing-life-cycle.html)process and can have some drastic implication on the overall performance of the team. So, the responsible person needs to be precise and accurate on its call for assigning defect.

#### Summarize this post with:

ChatGPT Perplexity Grok Google AI 

**Stay Updated on AI** **Get Weekly AI Skills, Trends, Actionable Advice.** 

##### Sign up for the newsletter

Subscribe for Free 

You have successfully subscribed.  
Please check your inbox. 

![AI-Newsletter](https://www.guru99.com/images/footer-email-avatar-imges-1.png) Chosen by over **350,000+** professionals 

[Scroll to top ](#wrapper)Scroll to top 

× 

Toggle Menu Close 

Search for: 

Search

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.guru99.com/#organization","name":"Guru99","sameAs":["https://www.facebook.com/Guru99Official","https://twitter.com/guru99com"],"logo":{"@type":"ImageObject","@id":"https://www.guru99.com/#logo","url":"https://www.guru99.com/images/guru99-logo-v1-150x59.png","contentUrl":"https://www.guru99.com/images/guru99-logo-v1-150x59.png","caption":"Guru99","inLanguage":"en-US"}},{"@type":"WebSite","@id":"https://www.guru99.com/#website","url":"https://www.guru99.com","name":"Guru99","publisher":{"@id":"https://www.guru99.com/#organization"},"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://www.guru99.com/images/defect-severity.png","url":"https://www.guru99.com/images/defect-severity.png","width":"325","height":"150","inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://www.guru99.com/defect-severity-in-software-testing.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://www.guru99.com","name":"Home"}},{"@type":"ListItem","position":"2","item":{"@id":"https://www.guru99.com/softwaretesting","name":"Software Testing"}},{"@type":"ListItem","position":"3","item":{"@id":"https://www.guru99.com/defect-severity-in-software-testing.html","name":"Difference Between Severity and Priority in Testing (Example)"}}]},{"@type":"WebPage","@id":"https://www.guru99.com/defect-severity-in-software-testing.html#webpage","url":"https://www.guru99.com/defect-severity-in-software-testing.html","name":"Difference Between Severity and Priority in Testing (Example)","dateModified":"2024-04-05T15:42:03+05:30","isPartOf":{"@id":"https://www.guru99.com/#website"},"primaryImageOfPage":{"@id":"https://www.guru99.com/images/defect-severity.png"},"inLanguage":"en-US","breadcrumb":{"@id":"https://www.guru99.com/defect-severity-in-software-testing.html#breadcrumb"}},{"@type":"Person","@id":"https://www.guru99.com/author/thomas","name":"Thomas Hamilton","description":"I am Thomas Hamilton, a seasoned professional in software testing, specializing in crafting comprehensive guides to help you master your software testing skills.","url":"https://www.guru99.com/author/thomas","image":{"@type":"ImageObject","@id":"https://www.guru99.com/images/thomas-hamilton-author-v2-120x120.png","url":"https://www.guru99.com/images/thomas-hamilton-author-v2-120x120.png","caption":"Thomas Hamilton","inLanguage":"en-US"},"worksFor":{"@id":"https://www.guru99.com/#organization"}},{"@type":"NewsArticle","headline":"Difference Between Severity and Priority in Testing (Example)","keywords":"testing","dateModified":"2024-04-05T15:42:03+05:30","articleSection":"Software Testing","author":{"@id":"https://www.guru99.com/author/thomas","name":"Thomas Hamilton"},"publisher":{"@id":"https://www.guru99.com/#organization"},"description":"In software testing, defect severity can be defined as the degree of impact a defect has on the development or operation of a component application being tested. Higher effect on the system functional","copyrightYear":"2024","copyrightHolder":{"@id":"https://www.guru99.com/#organization"},"name":"Difference Between Severity and Priority in Testing (Example)","@id":"https://www.guru99.com/defect-severity-in-software-testing.html#richSnippet","isPartOf":{"@id":"https://www.guru99.com/defect-severity-in-software-testing.html#webpage"},"image":{"@id":"https://www.guru99.com/images/defect-severity.png"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://www.guru99.com/defect-severity-in-software-testing.html#webpage"}}]}
```
