Junior
Ποια είναι η διαφορά μεταξύ προτεραιότητας και σοβαρότητας ενός σφάλματος;
sobes.tech AI
Απάντηση από AI
- Priority determines how quickly a defect needs to be fixed. It is set by the product manager or business analyst and depends on the impact on the business.
- Severity determines the extent of impact of the defect on the functionality or performance of the system. It is set by the QA engineer and depends on the technical aspect.
Examples of combinations:
| Priority | Severity | Description |
|---|---|---|
| High | High | Critical bug, blocking the main function. |
| High | Low | Minor visual error on the homepage. |
| Low | High | Rare error causing system crash in exotic scenarios. |
| Low | Low | Typographical error in text, not affecting functionality. |