0 votes
in Testing by
How do severity and priority relate to each other?

1 Answer

0 votes
by

Below is the difference between severity and priority

Severity: It represents the gravity/depth of a bug. It describes the application point of view.

Priority: It specifies which bug should get fixed first. It defines the user’s point of view.

...