当前位置:网站首页>After the staged testing is complete, have you performed defect analysis?
After the staged testing is complete, have you performed defect analysis?
2022-08-05 00:32:00 【love coriander】
In recent years, everyone has been talking about retests, and of course testing needs to be retested.
Mumu recommends to do a defect analysis after the phased test work is completed, and use objective data to analyze the existing problems during the review. It is no longer to express subjective feelings, but to let "data speak", therebypropose improvement plans.
The following content will take last year's annual defect analysis report as an example to share several dimensions of my defect analysis.
Product line as dimension
Statistical analysis of defect data
If we need to participate in the testing of multiple product lines during the testing process, we can use the product line as the dimension to count the defect data, and through the comparison statistics between the product lines, we can take corresponding improvement measures in the later testing process.
Example:
Product lines with poor self-test conditions can ask R&D personnel to strengthen self-test;
Product lines with a large number of defects can increase investment in testing resources;
Product lines with high change rate can be fed back to the person in charge of the corresponding product line to strengthen change management control.
The following screenshot shows the defect analysis list:

Subsystem or submodule as dimension
Statistical analysis of defect data
We can also use the subsystems or sub-modules of a single product line as a dimension to count defect data, as shown in the following screenshot:

dimensioned by defect level
Statistical analysis of defect data
Analyze the defect level as the dimension, which can reflect the product's self-test status and the quality of the test, as shown in the following screenshot:

dimensioned by defect type
Statistical analysis of defect data
Analyzing the defect type as the dimension can reflect the main defect types of the product, as shown in the following screenshot:

dimensioned by defective keywords
Statistical analysis of defect data
Analysis with defect keywords as the dimension can reflect the high-frequency defect types of products, as shown in the following screenshot:

Of course, there is also a very important dimension to count the defect data in the human dimension:
For example, product personnel can count their demand change rate, number of design defects, number of delayed defects, etc.;
R&D personnel can count the total number of solved defects, secondary defect rate, defect activation rate, etc.;
Testers can count indicators such as the effective number of defects, the effective rate of defects, and the removal rate of defects.
Data can only be used as a reference to objectively reflect existing problems, and it is not recommended to directly use it as an evaluation indicator for personnel performance.
Because the number of defects reported by different products and different testers varies greatly.The main purpose of defect analysis is to reflect the actual problems with objective data, and to put forward suggestions for improvement on the deficiencies. Only with continuous improvement can product quality be improved.
Now I invite you to join our software testing learning exchange group: [746506216], note "join the group", everyone can join togetherDiscuss and communicate software testing, learn software testing techniques, interviews and other aspects of software testing together. There will also be free live classes to gain more testing skills. Let's advance Python automated testing/test development together and move towards a high salaryroad.
Friends who like software testing, if my blog is helpful to you, if you like my blog content, please "Like", "Comment" and "Favorite" with one click!
边栏推荐
- Huggingface入门篇 II (QA)
- 翁恺C语言程序设计网课笔记合集
- Software testing interview questions: What stages should a complete set of tests consist of?
- 软件开发工具的技术要素
- 2022 Hangzhou Electric Power Multi-School Session 3 Question B Boss Rush
- Mysql_13 事务
- JUC线程池(一): FutureTask使用
- tiup update
- 2022牛客多校训练第二场 L题 Link with Level Editor I
- 软件测试面试题:测试生命周期,测试过程分为几个阶段,以及各阶段的含义及使用的方法?
猜你喜欢

10 种常见的BUG分类

Cloud native - Kubernetes 】 【 scheduling constraints

SV class virtual method of polymorphism

oracle创建用户

标识符、关键字、常量 和变量(C语言)

Mysql_14 存储引擎

could not build server_names_hash, you should increase server_names_hash_bucket_size: 32

leetcode经典例题——单词拆分

【Valentine's Day special effects】--Canvas realizes full screen love

刘润直播预告 | 顶级高手,如何创造财富
随机推荐
tiup telemetry
tiup status
[Cloud Native--Kubernetes] Pod Controller
软件测试面试题:关于自动化测试工具?
TinyMCE disable escape
"Relish Podcast" #397 The factory manager is here: How to use technology to empower the law?
leetcode:266. 回文全排列
机器学习(公式推导与代码实现)--sklearn机器学习库
Getting started with 3D modeling for games, what modeling software can I choose?
软件测试面试题:设计测试用例时应该考虑哪些方面,即不同的测试用例针对那些方面进行测试?
[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots
TinyMCE禁用转义
canvas 高斯模糊效果
【Unity编译器扩展之进度条】
软件测试面试题:做好测试计划的关键是什么?
Mysql_13 事务
2022 Hangzhou Electric Multi-School Training Session 3 1009 Package Delivery
软件测试面试题:测试用例通常包括那些内容?
oracle创建用户以后的权限问题
GO中sync包自由控制并发的方法