Tuesday, September 11, 2018

Why do defects have priority and severity?


Priority defines the order in which the bugs should be fixed. Higher the priority, sooner it should be fixed.
Severity defines degree of impact a bug can have on the software being tested. Higher the impact higher will be the severity.

Priorities and severity are assigned to the bugs so that the development team can sort out which bugs should be fixed on urgent basis and which can be fixed at the end.

No comments:

Post a Comment