Junior
What levels of severity of problems in testing do you know?
sobes.tech AI
Answer from AI
- Blocker: Completely blocks the execution of critical product functionality, preventing further testing or use of the main feature. Examples: inability to log in, application crash on startup.
- Critical: Seriously disrupts core functionality but does not completely block operation. May lead to data loss or incorrect behavior of critical modules. Examples: incorrect calculations in a financial app, inability to place an order after adding items to the cart.
- Major: Disrupts important but not critical functionality, affects a significant number of users or causes inconvenience. Examples: incorrect display of interface elements on certain resolutions, lack of localization in some sections.
- Minor: Insignificant error, does not affect main functionality but may cause discomfort or violate formatting standards. Examples: typos in text, slight misalignments of interface elements, incorrect links leading to correct pages.
- Trivial / Enhancement: Very minor error, does not affect functionality or usability. Can be proposed as an improvement. Examples: mismatch with corporate colors, suggestions for improving phrasing.