Software Test _bug Grade Division
1. Blocker level--interrupt defect
The client program is unresponsive and cannot perform the next action.
2. Critical level-critical defects, including:
The function point is missing, the client explodes the page.
3. Major level-more serious deficiencies, including:
The function point does not meet the requirement.
4. Normal level-common defects, including:
1. Numerical calculation error
2. JavaScript error.
5. The minor level ——— minor defects, including:
1. Interface errors do not match the UI requirements.
2. Print content, format error
3. The program is not robust, the operation did not give a clear hint.
6. Trivial level-minor defects, including:
1. The description of the supplementary description is not clear
2. Display format is not standardized, numbers, dates and other formats.
3. Long time operation did not give the user progress prompt
4. Hint window text does not use industry terminology
5. There is no obvious distinguishing mark between the input region and the read-only region
6. The item must be lost without prompting, or the hint is not standard.
7. Enhancement level--test recommendations, other (non-defective)
1. The usability test suggestion with the customer's angle.
2. Explore potential needs through testing.
How the Set the Severity
Severity definition:the Severity level of issue, likehow the issue impact system functions.
Blocker:issue blocking some criticalfunctions to test or implement, we cannot move on without the fix's this Issue. Example, the system cannot operate, the main process cannot be executed.
Critical:issue making Critical functions failed. Example, the system encounters crashes, loss of data, etc.
Major:big issue but not blocking and it is not impactthe critical.
Normal:normal issue which just makes some.
Minor:issue which is very uncritical likes typoissue.
Enhancement:issue makes system perform better ifit ' s fixed.