0
0
Testing Fundamentalstesting~20 mins

Bug severity vs priority in Testing Fundamentals - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Bug Severity & Priority Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
Understanding Bug Severity vs Priority

Which statement correctly describes the difference between bug severity and bug priority?

APriority measures the impact on the system, while severity indicates how soon the bug should be fixed.
BSeverity measures the impact on the system, while priority indicates how soon the bug should be fixed.
CSeverity and priority both mean the same and can be used interchangeably.
DPriority is decided by developers, severity is decided by customers only.
Attempts:
2 left
💡 Hint

Think about what affects the system's functioning versus what affects the schedule.

🧠 Conceptual
intermediate
1:30remaining
Assigning Priority and Severity

A bug causes a minor UI misalignment but occurs on the homepage of a popular e-commerce site. How should severity and priority be assigned?

AHigh severity, high priority
BHigh severity, low priority
CLow severity, high priority
DLow severity, low priority
Attempts:
2 left
💡 Hint

Consider the bug's impact on system function and business urgency.

assertion
advanced
2:00remaining
Bug Priority Assignment Logic

Given the following bug report, which priority level should be assigned?

Bug: Payment processing fails for all users.

Severity: Critical

AHigh priority because it blocks core functionality
BMedium priority because workaround exists
CNo priority needed as severity is enough
DLow priority because it affects only payment module
Attempts:
2 left
💡 Hint

Think about how this bug affects business operations.

🧠 Conceptual
advanced
2:00remaining
Impact of Priority and Severity on Release Planning

Which statement best explains how bug severity and priority influence release planning?

AOnly bugs with high severity are fixed before release, regardless of priority.
BBugs with low priority and high severity are always postponed to next release.
CSeverity and priority do not affect release planning decisions.
DBugs with high priority are fixed first, even if severity is low, to meet business goals.
Attempts:
2 left
💡 Hint

Consider business needs and deadlines in planning.

🔧 Debug
expert
2:30remaining
Analyzing Bug Triage Decisions

During bug triage, a tester marked a bug as 'High Severity' and 'Low Priority'. The developer fixed it last, but it caused a major customer complaint. What was the likely mistake in triage?

AThe bug's priority was underestimated despite its high severity and customer impact.
BSeverity was set too high; the bug was minor and should be low severity.
CPriority and severity should always be the same value.
DThe developer ignored the triage and fixed bugs randomly.
Attempts:
2 left
💡 Hint

Think about how priority affects fixing order and customer impact.