当前位置:网站首页>软件测试之测试评估
软件测试之测试评估
2022-07-04 12:52:00 【多测师111】
测试评估的目标
1、量化测试进程
2、生成缺陷和测试覆盖率的总结报告
测试评估的问题
1、没有把测试覆盖率作为报告测试进程的根据,使得不知测试是否结束;
2、没有做缺陷评估,缺陷评估是量度软件可行性的重要指标;
3、不使用专门的软件工具进行数据输入任务和相应的评估活动,使得这些任务变得繁重累人。
测试覆盖率
评估测试完成多少的标准

缺陷评估
评估软件质量的重要指标,通常评估模型假设缺陷的发现是呈泊松分布的;严格的缺陷评估要考察在测试过程中发现缺陷的间隔时间长短。评估要估计软件当前的可靠性并预测随着测试的继续进行,软件可靠性会怎样提高。
SQA Suite 提供四种形式进行缺陷评估:
1、缺陷分布报告可以生成缺陷数量与缺陷属性的函数。如何测试需求和状态。
2、缺陷趋势报告可以看出缺陷增长和减少的趋势;
3、缺陷年龄报告展示一个缺陷处于某种状态的时间长短
4、测试结果进度报告展示测试过程在被测应用的几个版本中的执行结果以及测试周期。
具体步骤
1、回顾测试日记
2、评估测试需求的覆盖率
3、分析缺陷
4、决定是否达到完成测试的标准,没有满足标准时
1、再测试
2、降低标准
3、确定软件的一个满足标准的子集,看是否可以发布。
如需了解更多测试技术信息请关注:深圳多测师软件与技术服务有限公司
边栏推荐
- Leetcode 61: 旋转链表
- 10.(地图数据篇)离线地形数据处理(供Cesium使用)
- 流行框架:Glide的使用
- Remove duplicate letters [greedy + monotonic stack (maintain monotonic sequence with array +len)]
- golang fmt. Printf() (turn)
- 卷积神经网络经典论文集合(深度学习分类篇)
- MATLAB中tiledlayout函数使用
- Some problems and ideas of data embedding point
- Introducing testfixture into unittest framework
- R语言使用epiDisplay包的dotplot函数通过点图的形式可视化不同区间数据点的频率、使用by参数指定分组参数可视化不同分组的点图分布
猜你喜欢

How to package QT and share exe
![Remove duplicate letters [greedy + monotonic stack (maintain monotonic sequence with array +len)]](/img/af/a1dcba6f45eb4ccc668cd04a662e9c.png)
Remove duplicate letters [greedy + monotonic stack (maintain monotonic sequence with array +len)]

Introducing testfixture into unittest framework

The implementation of OSD on rk1126 platform supports color translucency and multi-channel support for Chinese

数据湖(十三):Spark与Iceberg整合DDL操作

统计php程序运行时间及设置PHP最长运行时间

Why should Base64 encoding be used for image transmission

Excel快速合并多行数据

Data center concept

Mask wearing detection based on yolov1
随机推荐
【算法leetcode】面试题 04.03. 特定深度节点链表(多语言实现)
Rich text editing: wangeditor tutorial
Ruiji takeout notes
Redis daily notes
Introducing testfixture into unittest framework
Understand chisel language thoroughly 11. Chisel project construction, operation and test (III) -- scalatest of chisel test
PHP log debugging
QT how to detect whether the mouse is on a control
ViewModel 初体验
Leetcode T49: 字母异位词分组
ARouter的使用
One architecture to complete all tasks - transformer architecture is unifying the AI Jianghu on its own
Learn kernel 3: use GDB to track the kernel call chain
数据中台概念
GCC【6】- 编译的4个阶段
为什么图片传输要使用base64编码
Code hoof collection of wonderful secret place
Map of mL: Based on Boston house price regression prediction data set, an interpretable case is realized by using the map value to the LIR linear regression model
sharding key type not supported
leetcode:6109. 知道秘密的人数【dp的定义】