当前位置:网站首页>软件测试之测试评估
软件测试之测试评估
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: 旋转链表
- 数据仓库面试问题准备
- Map of mL: Based on Boston house price regression prediction data set, an interpretable case of xgboost model using map value
- 2022游戏出海实用发行策略
- Ml: introduction, principle, use method and detailed introduction of classic cases of snap value
- Test process arrangement (2)
- R语言使用epiDisplay包的followup.plot函数可视化多个ID(病例)监测指标的纵向随访图、使用stress.col参数指定强调线的id子集的颜色(色彩)
- Use of tiledlayout function in MATLAB
- The mouse wheel of xshell/bash/zsh and other terminals is garbled (turn)
- R语言使用dplyr包的mutate函数对指定数据列进行标准化处理(使用mean函数和sd函数)并基于分组变量计算标准化后的目标变量的分组均值
猜你喜欢

sql优化之查询优化器

Install MySQL

C # WPF realizes the real-time screen capture function of screen capture box

Leetcode T48:旋转图像

Introducing testfixture into unittest framework

按照功能对Boost库进行分类

Mask wearing detection based on yolov1

2022 practice questions and mock exams for the main principals of hazardous chemical business units

RK1126平台OSD的实现支持颜色半透明度多通道支持中文

DDD application and practice of domestic hotel transactions -- Code
随机推荐
去除重複字母[貪心+單調棧(用數組+len來維持單調序列)]
MATLAB中tiledlayout函数使用
R语言使用lattice包中的bwplot函数可视化箱图(box plot)、par.settings参数自定义主题模式
Why should Base64 encoding be used for image transmission
ARouter的使用
Assertion of unittest framework
Test process arrangement (3)
Install and use MAC redis, connect to remote server redis
R语言dplyr包summarise_if函数计算dataframe数据中所有数值数据列的均值和中位数、基于条件进行数据汇总分析(Summarize all Numeric Variables)
C # WPF realizes the real-time screen capture function of screen capture box
去除重复字母[贪心+单调栈(用数组+len来维持单调序列)]
R language ggplot2 visualization: gganimate package creates dynamic line graph animation (GIF) and uses transition_ The reveal function displays data step by step along a given dimension in the animat
LifeCycle
10.(地图数据篇)离线地形数据处理(供Cesium使用)
R语言使用epiDisplay包的dotplot函数通过点图的形式可视化不同区间数据点的频率、使用by参数指定分组参数可视化不同分组的点图分布
vscode 常用插件汇总
LiveData
LifeCycle
What is the real meaning and purpose of doing things, and what do you really want
nowcoder重排链表