InterviewSolution
Saved Bookmarks
| 1. |
What is a critical bug in a testing field? |
|
Answer» A BUG that impacts the major functionality of an application and DUE to which the application can’t be delivered, can be defined as a CRITICAL bug. It’s different both in severity and characteristics compared to a blocker bug as it doesn’t block or affect the testing of other parts of the application. |
|