当前位置:网站首页>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.
边栏推荐
- 分布式与集群是什么 ? 区别是什么?
- [C language foundation] Solve C language error: expected ';', ',' or ')' before '&' token
- 10、Redis实现点赞(Set)和获取总点赞数
- Thesis framework of the opening report
- 刚出道“一战成名”,安全、舒适一个不落
- 分布式系统架构需要解决的问题
- 【异常】The field file exceeds its maximum permitted size of 1048576 bytes.
- MultipartFile文件上传
- 【编译原理】递归下降语法分析设计原理与实现
- 测试中的误报和漏报同样的值得反复修正
猜你喜欢

【C语言】求两个整数m和n的最大公因数和最小公倍数之和一般方法,经典解法

7、私信列表

编译Hudi

Discourse 自定义头部链接(Custom Header Links)

Addition and Subtraction of Scores in LeetCode Medium Questions

Is interprofessional examination difficult?Low success rate of "going ashore"?Please accept this practical guide!

php 网站的多语言设置(IP地址区分国内国外)

Moxa NPort 设备缺陷可能使关键基础设施遭受破坏性攻击

Getting Started with CefSharp - winform

6、显示评论和回复
随机推荐
Office automation case: how to automatically generate period data?
TCP/IP four-layer model
SocialFi 何以成就 Web3 去中心化社交未来
What is a distributed lock?Three ways of implementing distributed lock
Mysql 45讲学习笔记(二十五)MYSQL保证高可用
Graphical lower_bound & upper_bound
LeetCode中等题之分数加减运算
Addition and Subtraction of Scores in LeetCode Medium Questions
Several common errors when using MP
【CocosCreator 3.5】CocosCreator 获取网络状态
4、敏感词过滤(前缀树)
7年经验,功能测试工程师该如何一步步提升自己的能力呢?
原子操作 CAS
自己的一些思考
【C语言】进制转换一般方法
编译Hudi
15、网站统计数据
Local area network computer hardware information collection tool
接口测试关键技术
观察者模式