How do you prioritize defects?

 Defects are prioritized based on their severity (impact on functionality) and priority (urgency of fix):

  • High Severity, High Priority: Users cannot log in (critical).
  • High Severity, Low Priority: A major crash occurs but only in rare scenarios.
  • Low Severity, High Priority: A minor UI issue affecting a key user journey.
  • Low Severity, Low Priority: Minor visual inconsistencies.

This prioritization ensures critical defects are resolved before minor ones.

Comments

Popular posts from this blog

What is IWebDriver and IWebElement?

Explain API with an example.

When do you automate a test case?