InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Bug Severity And Bug Priority? |
|
Answer» Bug severity REPRESENTS how bad the bug has affected the code. It is expressing the intensity of the impact of bug in the normal working of SOFTWARE. When BUGS are raised, developers will fix them ACCORDING to the bug priorities. Bug priority represents how IMPORTANT and urgent it is to fix a bug. Bug severity represents how bad the bug has affected the code. It is expressing the intensity of the impact of bug in the normal working of software. When bugs are raised, developers will fix them according to the bug priorities. Bug priority represents how important and urgent it is to fix a bug. |
|