Beep, Inc interview question

What is the difference between bug severity and bug priority in QA?

Interview Answer

Anonymous

15 May 2024

Bug Severity refers to the impact a bug has on the system's functionality. It indicates how serious the bug is. For example, a bug that causes a system crash would be considered high severity. Bug Priority refers to the order in which a bug should be fixed. It indicates the urgency of fixing the bug. For example, a bug affecting a major release deadline would be high priority, even if it's not severe.