What is the difference between severity and priority?
Severity describes technical impact — how badly the product is broken when the defect occurs. Priority describes business urgency — how soon someone needs it fixed.
Severity describes technical impact — how badly the product is broken when the defect occurs. Priority describes business urgency — how soon someone needs it fixed. Severity is usually owned by the tester, because you saw the damage. Priority is usually owned by the product owner, because they know what the business can tolerate this week.
They move independently, and the interesting cases are where they diverge. A crash buried in a legacy report almost nobody opens is high severity but low priority. A typo in the company name on the landing page is trivially low severity but high priority, because every visitor sees it and it makes the brand look careless.
The reason interviewers ask this is not the definition — it's whether you can hold two different lenses at once. A tester who only thinks in severity argues that every crash must be fixed now; a tester who only thinks in priority stops flagging real risk. You need both, and you need to be able to explain the gap to a product manager without sounding like you're escalating for the sake of it.
- Severity = technical impact; priority = business urgency
- Severity typically set by QA, priority by product/business
- They can diverge: high-severity/low-priority (crash in dead feature), low-severity/high-priority (homepage typo)
- Have a real example from your own experience ready — it turns a definition into credibility
- Give me a real example from your work where the two diverged.
- A developer disagrees with the severity you set. What do you do?
- Who should have the final say on priority, and why?
Reciting textbook definitions and stopping. Every candidate can do that. The mark is earned by the example that shows you've actually negotiated a severity call with a developer or PM.