当前位置:网站首页>Life cycle (process) of software testing
Life cycle (process) of software testing
2022-07-28 06:54:00 【Xiao Qiao】
Demand analysis —— test plan —— Test design / Development —— The test execution —— Test report
1. Demand analysis
① Analyze requirements
② Refine requirements
③ Verify the correctness and rationality of the requirements
2. test plan
① Number of test planners
② Planning time
③ Test range
④ Test purpose
3. Test design / Development
① Analyze requirements , Refine function points from detailed requirements , Design test cases
4. The test execution
① Execute test case
② Record BUG
5. Test report ( a key )
① The scope of the test
② How many test cases are there
③ How many test cases were executed
④ How many test cases are left
⑤ How many BUG
⑥ How many changes have been made BUG
⑦ The legacy of the BUG And Solutions
边栏推荐
猜你喜欢

Technology sharing | detailed explanation of actual combat interface test request methods get, post

Technology sharing | common proxy tools for interface testing

archery数据库审核平台部署

Analysis of the semaphore source code of AQS

Lancher deployment practice

Technology sharing | how to simulate real use scenarios? Mock technology to help you

单元测试框架Jest搭配TypeScript的安装与配置

FTP服务

技术分享 | 服务端接口自动化测试, Requests 库的这些功能你了解吗?

Ten thousand words summarize and realize the commonly used sorting and performance comparison
随机推荐
Hdu-5806-nanoapelovesequence Ⅱ (ruler method)
DNS forward resolution experiment
What is a linear table?
网络——数据链路层
技术分享 | 接口测试常用代理工具
Ten thousand words summarize and realize the commonly used sorting and performance comparison
Ubuntu18.04+centos7 configure redis master-slave [learning notes]
---栈&队列---
数组转链表
[C language] custom structure type
技术分享 | 如何模拟真实使用场景?mock 技术来帮你
技术分享 | 实战详解接口测试请求方式Get、post
Question skimming record - hash table
Qgraphicsview promoted to qchartview
链表中结点的插入和删除
MySQL master-slave
C language memcpy library functions and the role of memmove
How to store floating point data in memory
Teach you three steps to complete the construction of the test monitoring system hand in hand
Technology sharing | sending requests using curl