What do you mean severity and priority of bugs in software testing?
Bugs severity means the degree of error impact on operations. There are four category of severity:
- Critical: It causes failure of software system, subsystem or any program of the software. It causes loss of critical data.
- High: It does not cause failure but causes system to produce incorrect, incomplete, inconsistent results and impairs usability.
- Medium: It does not cause failure, it does not impair usability and does not influence in the fluent work of the system.
- Low: It is an aesthetic bug, or is a result of non-conformance to standard.
- Immediate: It should be resolved immediately.
- High: These are resolved before the release of software and are solved as soon as possible.
- Medium: These are repaired after some serious bugs are resolved.
- Low: It can be resolved in major software revision or may not be resolved at all.
0 comments:
Feel free to contact the admin for any suggestions and help.