当前位置:网站首页>Test evaluation of software testing
Test evaluation of software testing
2022-07-04 14:06:00 【51CTO】
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
边栏推荐
猜你喜欢

華昊中天沖刺科創板:年虧2.8億擬募資15億 貝達藥業是股東

基于STM32+华为云IOT设计的酒驾监控系统

吃透Chisel语言.12.Chisel项目构建、运行和测试(四)——Chisel测试之ChiselTest

硬件基础知识-二极管基础

Yingshi Ruida rushes to the scientific and Technological Innovation Board: the annual revenue is 450million and the proposed fund-raising is 979million

Qt如何实现打包,实现EXE分享

好博医疗冲刺科创板:年营收2.6亿 万永钢和沈智群为实控人

Haobo medical sprint technology innovation board: annual revenue of 260million Yonggang and Shen Zhiqun are the actual controllers

Interview disassembly: how to check the soaring usage of CPU after the system goes online?

sharding key type not supported
随机推荐
.Net之延迟队列
易周金融 | Q1保险行业活跃人数8688.67万人 19家支付机构牌照被注销
硬件基础知识-二极管基础
博士申请 | 西湖大学学习与推理系统实验室招收博后/博士/研究实习等
find命令报错: paths must precede expression(转)
php 日志调试
奇妙秘境 码蹄集
Read excel table data
2022 Shandong Province safety officer C certificate examination question bank and online simulation examination
Automatic filling of database public fields
205. 同构字符串
基于STM32+华为云IOT设计的酒驾监控系统
2022年山东省安全员C证考试题库及在线模拟考试
【FAQ】华为帐号服务报错 907135701的常见原因总结和解决方法
MySQL 5 installation and modification free
美国土安全部部长警告移民“不要踏上危险的旅程”
js中的变量提升和函数提升
动画与过渡效果
Distributed base theory
Variable promotion and function promotion in JS