InterviewSolution
| 1. |
Simplify the term defect severity. |
|
Answer» Defect SEVERITY term is used to mention the severity of the defect impacting the FUNCTIONALITY. Based on the ORGANIZATION, the defect severity can be mentioned in different levels, ranging from minor to critical or show stopper. 24. Give some examples of priority – severity defect levels.Usually priority – severity defects are divided into four categories, Low priority-Low severity, Low priority-High severity, High priority-Low severity, and High priority-High severity. To example, these defect level: a spelling mistake in a page non-frequently navigated page will be categorized as Low priority-Low severity, whereas application crash in some very corner case will be DEFINED as Low priority-High severity. For High priority-Low severity case example, BRAND name spelling mistake and logo colour change can be mentioned. And, login functionality issue can be categorized as High priority-High severity defect. |
|