Severity

Manual Testing

// Definition

A rating of how badly a defect affects the system or users, independent of when it should be fixed. Common levels: critical (system unusable or data loss), major (core feature broken with no workaround), minor (non-critical degradation), trivial (cosmetic only). Severity measures impact; priority measures urgency — a cosmetic bug on the login page might be low severity but high priority for a public launch.

// Related terms