Severity vs Priority in Software Testing: Differences, Matrix & Examples
Severity measures the technical impact of a defect; priority measures how soon it must be fixed. Learn the four combinations with a matrix, real examples, and who sets each in 2026.
Last updated: July 11, 2026 · 7 min read
Severity vs priority is one of the most-asked QA interview questions — and one of the most-confused concepts on real teams. This guide gives you sharp definitions, a matrix, and worked examples.
Definitions
Severity — the technical impact of a defect on the system. Objective. Set by QA.
Priority — how urgently the defect must be fixed relative to other work. Business-driven. Set by PM / Product Owner.
The typical levels
| Severity | Meaning |
|---|---|
| Critical / S1 | System crash, data loss, blocker |
| High / S2 | Major feature broken, no workaround |
| Medium / S3 | Feature works with acceptable workaround |
| Low / S4 | Cosmetic issue, minor UX |
| Priority | Meaning |
|---|---|
| P1 | Fix immediately, hotfix |
| P2 | Fix in current sprint |
| P3 | Fix in next release |
| P4 | Backlog / when convenient |
The 4-quadrant matrix
| High priority | Low priority | |
|---|---|---|
| High severity | Payment page crashes — fix now | Legacy admin page crashes; used by 2 users/year |
| Low severity | Company logo wrong on homepage the day before a keynote | Typo in a rarely-visited footer link |
The mismatched quadrants are the interesting ones — high sev / low pri and low sev / high pri — because they show that severity alone can't drive scheduling.
Real examples
- High severity, high priority: checkout API returns 500 for 30% of requests.
- High severity, low priority: data-export crashes for accounts > 10M rows (2 customers affected, workaround: chunked export).
- Low severity, high priority: misspelled CEO name on the About page before a press release.
- Low severity, low priority: footer copyright still says 2024.
Who sets severity vs priority?
- Severity — QA engineer at defect logging. It's technical and objective.
- Priority — PM / Product Owner at triage. It's business-driven and negotiable.
- Both can be adjusted at the daily bug triage meeting when new context arrives.
How to answer in an interview
"Severity is the technical damage the defect causes to the system — I set it as QA. Priority is how urgently business wants it fixed — the PM sets it. They're independent: a small typo on the homepage before a launch is low severity but high priority; a crash in a rarely-used admin export is high severity but low priority."
Continue your learning
Frequently asked questions
Can a defect be P1 and low severity?
Yes. A cosmetic typo on the CEO's name before a launch event is low severity but P1 — brand impact drives urgency, not technical impact.
Who has final say when severity and priority conflict?
The Product Owner owns priority. QA and engineering can escalate, but the release decision rests with the business.
Do severity and priority appear in every bug tracker?
Yes — Jira, Azure DevOps, GitHub Issues (via labels), and Linear all support both, either as fields or labels.
Does severity change over time?
Usually no — it reflects the technical impact at reproduction. Priority, however, frequently changes as release plans shift.
Practice these questions
Run a live QA mock interview tailored to this topic and get per-skill scoring in minutes.
Was this article helpful?
More from Manual Testing Basics
Test types, defect lifecycle, exploratory testing.
- Career & Interview PrepThe Honest Truth About Manual Testing Salaries in 2026 (Real Data)
- Manual TestingTest Pyramid Explained: A Practical Guide for QA (2026)
- Manual TestingHow to Write Test Cases for a Login Page (with Examples)
Keep building your QA edge
Pillar guides- AI Mock Interviewpractice these questions with our AI mock interviewLive AI-powered mock interviews with rubric feedback.
- ATS Resume Reviewrun your resume through our scannerFree AI ATS scoring with rewrite suggestions.
- QA Jobs Radarsee today's openingsLive QA / SDET / automation job feed, refreshed daily.
Continue reading
Join the QA Community
Connect with fellow testers, share job leads, and get career advice.
Stop Reinventing the Wheel. Upgrade Your QA Arsenal.
Take your testing skills from beginner to Lead Engineer. Supercharge your daily workflow with our premium digital resources.
- Ready-to-use testing strategy templates
- Advanced API & UI automation guides
- ⏱️ Save 10+ hours a week on test planning


