Junior
Provide a definition of the term 'severity'.
sobes.tech AI
Answer from AI
Severity — this is the degree of impact of a defect on the functionality of the software product.
| Severity | Description | Example |
|---|---|---|
| Blocker | Completely blocks the execution of the main functionality. | Unable to log in to the system. |
| Critical | Violates the main functionality or leads to data loss. | Incorrect deduction of funds, application crash during a key operation. |
| Major | Affects auxiliary functionality or ease of use. | Incorrect display of a UI element, validation error in a form. |
| Minor | Minor defects that do not affect the main functionality. | Spelling mistake, slight misalignment of an element. |
| Trivial | Cosmetic defects that do not affect operation. | Extra space, unused element on the page. |