当前位置:网站首页>Test evaluation of software testing
Test evaluation of software testing
2022-07-04 14:25:00 【Multi surveyor 111】
The goal of the test evaluation
1、 Quantify the test process
2、 Generate a summary report of defects and test coverage
Problems of test evaluation
1、 The test coverage is not taken as the basis for reporting the test process , So I don't know whether the test is over ;
2、 No defect evaluation , Defect evaluation is an important indicator to measure the feasibility of software ;
3、 Do not use special software tools for data input tasks and corresponding evaluation activities , These tasks become heavy and tiring .
Test coverage
Criteria for evaluating how many tests have been completed
Defect assessment
An important indicator for evaluating software quality , Generally, evaluation models assume that the discovery of defects is Poisson distribution ; Strict defect evaluation should consider the time interval between defects found in the test process . The evaluation is to estimate the current reliability of the software and predict that as the test continues , How can software reliability be improved .
SQA Suite Four forms of defect evaluation are provided :
1、 The defect distribution report can generate a function of the number of defects and defect attributes . How to test requirements and status .
2、 The defect trend report shows the trend of defect growth and reduction ;
3、 The defect age report shows how long a defect has been in a certain state
4、 The test result progress report shows the execution results and test cycle of the test process in several versions of the application under test .
Specific steps
1、 Review test diary
2、 Assess the coverage of test requirements
3、 Analysis of defects
4、 Decide whether to meet the criteria for completing the test , When the standard is not met
1、 Retest
2、 Lower standards
3、 Determine a subset of the software that meets the criteria , See if it can be released .
For more information on testing techniques, please pay attention to : Shenzhen duosurveyor software and Technical Service Co., Ltd
边栏推荐
- leetcode:6110. 网格图中递增路径的数目【dfs + cache】
- Ml: introduction, principle, use method and detailed introduction of classic cases of snap value
- 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
- R语言dplyr包summarise_if函数计算dataframe数据中所有数值数据列的均值和中位数、基于条件进行数据汇总分析(Summarize all Numeric Variables)
- Map of mL: Based on Boston house price regression prediction data set, an interpretable case of xgboost model using map value
- sharding key type not supported
- R language uses the DOTPLOT function of epidisplay package to visualize the frequency of data points in different intervals in the form of point graph, and uses the by parameter to specify the groupin
- R language ggplot2 visualization: gganimate package creates animated graph (GIF) and uses anim_ The save function saves the GIF visual animation
- Ws2818m is packaged in cpc8. It is a special circuit for three channel LED drive control. External IC full-color double signal 5v32 lamp programmable LED lamp with outdoor engineering
- GCC【6】- 编译的4个阶段
猜你喜欢
[MySQL from introduction to proficiency] [advanced chapter] (V) SQL statement execution process of MySQL
聊聊保证线程安全的 10 个小技巧
[FAQ] Huawei Account Service Error Report 907135701 Common reasons Summary and Solutions
docker-compose公网部署redis哨兵模式
Oppo find N2 product form first exposure: supplement all short boards
Leetcode T48: rotating images
失败率高达80%,企业数字化转型路上有哪些挑战?
PyTorch的自动求导机制详细解析,PyTorch的核心魔法
Real time data warehouse
Leetcode 61: 旋转链表
随机推荐
[matlab] summary of conv, filter, conv2, Filter2 and imfilter convolution functions
关于miui12.5 红米k20pro用au或者povo2出现问题的解决办法
gin集成支付宝支付
Common content type correspondence table
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
测试流程整理(3)
Detailed index of MySQL
Blob, text geometry or JSON column'xxx'can't have a default value query question
Digi XBee 3 RF: 4个协议,3种封装,10个大功能
Error in find command: paths must precede expression (turn)
The failure rate is as high as 80%. What are the challenges on the way of enterprise digital transformation?
测试流程整理(2)
数据中台概念
The mouse wheel of xshell/bash/zsh and other terminals is garbled (turn)
Map of mL: Based on Boston house price regression prediction data set, an interpretable case of xgboost model using map value
Some problems and ideas of data embedding point
PyTorch的自动求导机制详细解析,PyTorch的核心魔法
docker-compose公网部署redis哨兵模式
R语言dplyr包summarise_if函数计算dataframe数据中所有数值数据列的均值和中位数、基于条件进行数据汇总分析(Summarize all Numeric Variables)
STM32F1与STM32CubeIDE编程实例-MAX7219驱动8位7段数码管(基于GPIO)