InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Critical bug? |
|
Answer» A CRITICAL bug is referred to as a bug that affects the majority of the functionality of the given APPLICATION. It does not DISTURB or block the testing of other parts of the given application. A bug is only classified as critical when it HALTS the core OPERATIONS of the software. |
|