当前位置:网站首页>BUG definition of SonarQube
BUG definition of SonarQube
2022-07-31 03:10:00 【CrissChan】
Definition of Defects
SonarQube's definition of BUG is in the problematic part of the code that can cause some errors.Even if it doesn't cause some software system problems now, it needs to be fixed.
Defect Rating
We can see from the above definition that SonarQube scans for potential problems in some code and gives problem confirmation.SonarQube grades defects as follows:
Blocking level: problems that hinder development or testing work; cause system crashes, freezes, and infinite loops, resulting in loss of database data, errors in connection with the database, loss of main functions, and missing basic modules.Such as: code errors, infinite loops, database deadlocks, important first-level menu functions cannot be used, etc. (this problem rarely occurs in the test, once it occurs, the current version test should be stopped immediately).
Severity: The main function of the system is partially lost, the database is saved and called incorrectly, the user data is lost, and the first-level function menu cannot be used but does not affect the test of other functions.The function design is seriously inconsistent with the requirements, the module cannot be started or called, the program restarts, automatically exits, the conflict between the calls between the associated programs, security issues, stability, etc.Such as: errors are displayed in the database after the data is saved in the software, the functions required by the user are missing, the program interface is wrong, the numerical calculation statistics are wrong, etc.
Main level: The function is not fully realized but does not affect the use, the function menu has defects but does not affect the system stability.Such as: long operation time, long query time, wrong format, wrong boundary condition, deletion without confirmation box, too many fields in database table, etc.)
Secondary level: interface, performance defects, suggestions, problems that do not affect the execution of operational functions, solutions that can optimize performance, etc.Such as: typos, irregular interface format, overlapping page displays, hiding what should not be displayed, unclear description, missing prompts, irregular text arrangement, incorrect cursor position, poor user experience, solutions that can optimize performance, etc.(There are many such problems in the early stage of the test, and the priority is low; in the later stage of the test, there are fewer problems and should be dealt with in time)
Prompt level: other (non-defect), including: usability test suggestions from the perspective of customers,Potential requirements unearthed through testing.
Defect Processing Status
Confirmed: The status of a tester's or user's submission when a new issue is discovered
Open: It is confirmed that it is a BUG after discussion by testers and developers, and the status of submission is set by testers.
Solution: It is confirmed by the R&D personnel that it is a BUG repaired state, and the modification has not been verified yet, and is set by the developer.
Close: The tester believes that the problem has been modified, passed the verification, and is set by the tester.
Restart: The tester believes that the bug has not been successfully fixed, and the problem still exists, which is set by the tester.
边栏推荐
- 【异常】The field file exceeds its maximum permitted size of 1048576 bytes.
- 4、敏感词过滤(前缀树)
- What is distributed and clustered?What is the difference?
- LeetCode简单题之找到和最大的长度为 K 的子序列
- C# remote debugging
- Ambiguous method call.both
- 【C语言】求两个整数m和n的最大公因数和最小公倍数之和一般方法,经典解法
- SonarQube的BUG定义
- Several common errors when using MP
- 自己的一些思考
猜你喜欢

YOLOV5学习笔记(二)——环境安装+运行+训练

Several common errors when using MP

12 Disk related commands

web容器及IIS --- 中间件渗透方法1

YOLOV5学习笔记(三)——网络模块详解

CefSharp入门-winform

What is distributed and clustered?What is the difference?

工程(五)——小目标检测tph-yolov5

Software accumulation -- Screenshot software ScreenToGif

【C语言】求两个整数m和n的最大公因数和最小公倍数之和一般方法,经典解法
随机推荐
CloudCompare&PCL 计算两个点云之间的重叠度
Several common errors when using MP
web容器及IIS --- 中间件渗透方法1
CentOS7下mysql5.7.37的卸载【完美方案】
[Compilation principle] Lexical analysis program design principle and implementation
原子操作 CAS
编译Hudi
7. List of private messages
什么是分布式锁?实现分布式锁的三种方式
php 网站的多语言设置(IP地址区分国内国外)
Addition and Subtraction of Scores in LeetCode Medium Questions
How to build a private yum source
刚出道“一战成名”,安全、舒适一个不落
Annotation usage meaning
Getting Started with CefSharp - winform
mycat的主从关系 垂直分库 水平分表 以及mycat分片联表查询的配置详解(mysql5.7系列)
Chapter 9 SVM Practice
接口测试关键技术
7年经验,功能测试工程师该如何一步步提升自己的能力呢?
5. SAP ABAP OData 服务如何支持 $filter (过滤)操作