Defect Severity & Defect Priority
● Severity Defect:
“ Severity of a bug depends on how much severe the bug is and the impact of the bug over operation of the program.” For Example: If an application crashes by clicking on some button then the severity of that issue is high and the priority is low.Defect severity can be categorized into three class:
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 Defect:
“Priority of a bug depends upon the requirement of the project and how soon the bug needs to be fixed to deploy it.” For Example: If the logo of the application is not correct or displaced then the priority of that issue is high and severity is low to fix it.Defect priority can be categorized into three classes:
Low:
The Defect is an irritant but a 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.
Examples of Severity and priority are
1. High severity and Low priority: If an error occurs at some functionality which will use in rare conditions and not block the user to use the application.
2. High Severity and High Priority: If an error occurs in some major functionality of the application like if the user is not able to submit the form and placing an order of some e-Commerce website or if users are not able to open the application.
3. High Priority and Low Severity: If the logo of the company is not displayed properly or the spelling of the company name is wrong the priority of that issue is high because it needs to fix soon and severity is low because this issue will not block the user to use the application. 4. Low Priority and Low Severity: If there is some spelling issue in some paragraph of the application which is rare to access by the user
Difference between Priority and Severity:

Comments
Post a Comment