当前位置:网站首页>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.
边栏推荐
- JS function this context runtime syntax parentheses array IIFE timer delay self.backup context call apply
- 7、私信列表
- The simulation application of common mode inductance is here, full of dry goods for everyone
- 3.5 】 【 Cocos Creator slow operating system to stop all animations
- LeetCode simple problem to find the subsequence of length K with the largest sum
- [C language foundation] Solve C language error: expected ';', ',' or ')' before '&' token
- VS QT——ui不显示新添加成员(控件)||代码无提示
- STM32 problem collection
- 7. List of private messages
- IDEA 注释报红解决
猜你喜欢
C# remote debugging
LeetCode中等题之分数加减运算
web容器及IIS --- 中间件渗透方法1
[Android] Room - Alternative to SQLite
Moxa NPort device flaw could expose critical infrastructure to devastating attack
SQL injection Less54 (limited number of SQL injection + union injection)
Local area network computer hardware information collection tool
TCP和UDP详解
字体压缩神器font-spider的使用
VS QT——ui不显示新添加成员(控件)||代码无提示
随机推荐
【编译原理】递归下降语法分析设计原理与实现
php 网站的多语言设置(IP地址区分国内国外)
冒泡排序、选择排序、直接插入排序、二分法查找
LeetCode简单题之两个数组间的距离值
分布式锁以及实现方式三种
TCP详解(二)
Detailed explanation of TCP (1)
Mysql 45讲学习笔记(二十五)MYSQL保证高可用
Local area network computer hardware information collection tool
编译Hudi
想从手工测试转岗自动化测试,需要学习哪些技能?
Unity3D Button mouse hover enter and mouse hover exit button events
CloudCompare & PCL calculate the degree of overlap between two point clouds
MultipartFile file upload
Discourse 自定义头部链接(Custom Header Links)
Mycat's master-slave relationship, vertical sub-database, horizontal sub-table, and detailed configuration of mycat fragmented table query (mysql5.7 series)
什么是分布式锁?实现分布式锁的三种方式
SQL injection Less54 (limited number of SQL injection + union injection)
CloudCompare&PCL 计算两个点云之间的重叠度
[Android] Room - Alternative to SQLite