Let’s understand the meaning of the Severity and Priority one by one and how to find out the severity and priority of the bugs/defects.
Severity :
Severity of the defect can be marked in five types
- Critical
- Major
- Medium/Moderate
- Low
- Cosmetic
A bug can be marked as a critical when software is not installing or software data is getting corrupted. Such a huge issue which has a very critical issue in software.
2.) Major :
A bug can be marked as Major when there are issues like majors part showing issues because of that we are unable to proceed testing further. Issues like login is not working, after doing anything we are redirected to a blank page. Means an issue which has a major impact on the software and normal working flow is getting interrupted be that bug.
3.) Medium/Moderate :
We can mark a bug as a Medium or Moderate when a functionality of the software is working but generating a wrong result, working but working as unexpected. The output is not matching with the expected input but system is generating some result.such a type of bug can have Medium / Moderate Severity.
4.) Low/Minor :
A bug which does not cause any termination of the system, which does not cause any undesired or wrong result generation is called a low or minor bug. Means bug is there but the impact of the bug on the system is not high. Example of such a bug is a small spelling mistake in content or any small UI mistake is there such a bug can be marked as low / minor severity bug.
5.) Cosmetic :
Basically this is a part of enhancement where tester suggest the enhancement needed in the software that too only related to UI , Graphical and Text field changes.
Priority :
There are three levels of priority and those are High, Medium and Low. This
High Priority :
In simple word, High priority bugs need to be fixed as soon as possible.
Medium Priority :
Low Priority :