InterviewSolution
Saved Bookmarks
| 1. |
What Is Severity And Priority Of Bug? Give Some Example? |
|
Answer» Priority: concern with application from the BUSINESS POINT of view. It answers: How quickly we need to fix the bug? Or How soon the bug should GET FIXED? Severity: concern with functionality of application. It deals with the IMPACT of the bug on the application. Priority: concern with application from the business point of view. It answers: How quickly we need to fix the bug? Or How soon the bug should get fixed? Severity: concern with functionality of application. It deals with the impact of the bug on the application. |
|