InterviewSolution
| 1. |
Explain The Different Types Of Bugs? |
|
Answer» The DIFFERENT bugs are: Show-stopper / CRITICAL bugs: The core dumps, PRODUCTS abnormally shuts down and no work around will be found out, like OS automatic freezing. Major Bugs: The work around is found, but the implementation can be DONE, like performance degradency. Medium Bugs: These bugs include database errors, link errors, low RESPONSE time Low/minor Bugs: These bugs are typos, simple GUI errors. The different bugs are: Show-stopper / critical bugs: The core dumps, products abnormally shuts down and no work around will be found out, like OS automatic freezing. Major Bugs: The work around is found, but the implementation can be done, like performance degradency. Medium Bugs: These bugs include database errors, link errors, low response time Low/minor Bugs: These bugs are typos, simple GUI errors. |
|