0% found this document useful (0 votes)
10 views1 page

Defect Priority Levels

The document outlines defect priority levels for a user registration system, categorizing issues into four levels: Critical (P1), High (P2), Medium (P3), and Low (P4). Each level includes definitions and examples of issues that fall under that category, highlighting their impact on usability and urgency for resolution. Critical defects halt key functions, while low priority issues have minimal impact and can be addressed later.

Uploaded by

harmeet87
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Defect Priority Levels

The document outlines defect priority levels for a user registration system, categorizing issues into four levels: Critical (P1), High (P2), Medium (P3), and Low (P4). Each level includes definitions and examples of issues that fall under that category, highlighting their impact on usability and urgency for resolution. Critical defects halt key functions, while low priority issues have minimal impact and can be addressed later.

Uploaded by

harmeet87
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Defect Priority Levels - Example (User Registration)

Priority Level Definition Example (User Registration System)

🔴 Critical (P1) Completely stops a key • 'Sign Up' button does nothing,
Blocks Business function, making the blocking all users.
Operations system unusable. Requires • Registration crashes upon form
immediate attention. submission.
• Database failure prevents account
creation.
🟠 High (P2) Significantly impacts • Email verification not sent,
Major Functional usability but has some preventing activation.
Impact workaround. Needs urgent • Password reset is broken, locking
fixing in the next sprint. users out.
• OTP verification fails for some
users.
🟡 Medium (P3) Affects usability but does • Weak passwords are accepted
Moderate Issue, not stop core function. Can instead of strong ones.
Not Blocking be scheduled for an • Social media login fails, but email
upcoming release. works.
• Registration form loads slowly but
functions.
🔵 Low (P4) Minimal impact on • Terms checkbox misaligned but
Minor Issue, usability. Not urgent, clickable.
Workaround addressed in future • Confirmation email delayed but
Available updates. eventually arrives.

You might also like