当前位置:网站首页>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.
边栏推荐
猜你喜欢

华为分布式存储FusionStorage知识点总结【面试篇】

SQL injection Less54 (limited number of SQL injection + union injection)

11. Redis implements follow, unfollow, and follow and follower lists

分布式与集群是什么 ? 区别是什么?

LeetCode simple problem to find the subsequence of length K with the largest sum

Discourse Custom Header Links

C#远程调试

Several common errors when using MP

Redis实现分布式锁

【Exception】The field file exceeds its maximum permitted size of 1048576 bytes.
随机推荐
Uninstallation of mysql5.7.37 under CentOS7 [perfect solution]
华为分布式存储FusionStorage知识点总结【面试篇】
【C语言】进制转换一般方法
execsnoop tool
web容器及IIS --- 中间件渗透方法1
QML的使用
WebSocket Session为null
工程(五)——小目标检测tph-yolov5
品牌广告投放平台的中台化应用与实践
[Godot][GDScript] 二维洞穴地图随机生成
分布式与集群是什么 ? 区别是什么?
LeetCode simple problem to find the subsequence of length K with the largest sum
点云DBSCAN聚类(MATLAB,非内置函数)
多线程下类对象的服务承诺探讨
C# remote debugging
Chapter 9 SVM实践
Why is String immutable?
SQL injection Less54 (limited number of SQL injection + union injection)
4. Sensitive word filtering (prefix tree)
Multilingual settings of php website (IP address distinguishes domestic and foreign)