InterviewSolution
| 1. |
Define Priority& Severity? |
|
Answer» Severity: It is the impact of the bug on the application. Severity level should be SET by tester. The Severity levels are: Low, Medium, and high, very high and Urgent. It is set by the tester and it can not be changed. PRIORITY: How important is it to fix the bug is priority. Priority levels are set by the team lead or TEST MANAGER and it can be changed as required. Severity: It is the impact of the bug on the application. Severity level should be set by tester. The Severity levels are: Low, Medium, and high, very high and Urgent. It is set by the tester and it can not be changed. Priority: How important is it to fix the bug is priority. Priority levels are set by the team lead or test manager and it can be changed as required. |
|