当前位置:网站首页>Software test model (V model and W model)
Software test model (V model and W model)
2022-06-29 10:37:00 【Xihong Shiwang has many fish】
software test V Model

shortcoming : The test entered late ( limitations )
Unit test and integration test : Check whether the execution of the program meets the requirements of software design
The system test : Check whether the system function meets the index required by the system
The acceptance test : Determine whether the software implementation meets user requirements or contract requirements
software test W Model ( double V Model )

The tester enters the phase :
1. The user needs : Understand the scope of requirements 、 Purpose 、 background , Prepare for acceptance testing
2. Requirements analysis and system design : Learn and analyze needs , Write a test plan , Prepare for system testing
3. Outline design : Build a test case framework , Detailed test plan , Prepare for integration testing
4. Detailed design : Refine the test case framework , Prepare for unit testing
5. code : Write test cases , Unit test ( Internal testing of a module )
6. Integrate ' Integration testing :( basis : Integration test cases , Get... From the encoding phase , Draw test cases for integration testing )
7. The implementation of ' The system test :(1. Set up the environment 2. Data preparation 3. Perform the test 4. Defect management 5. Write test report )
8. deliver ' The acceptance test : Cooperate with users to complete the test , Guide users to use
advantage
1. Testing and development go hand in hand
2. It's not just programs that are being tested , It also includes requirements and Design
3. Find software defects as early as possible , It can reduce the cost of software development
shortcoming ( limitations )
demand 、 Design 、 Activities such as coding are considered serial ; There is also a linear relationship between test and development activities , Last stage Complete end , Only then can we officially start the next stage of work . Can't support agile development model . For the current software development complex and changeable situation ,W model Type A does not solve the puzzle of test management .
边栏推荐
- Automatic 3D Detection and Segmentation of Head and Neck Cancer from MRI Data.
- mysql中的if [not] exists
- 拼图小游戏中学到的Graphics.h
- Analysis of liferayportal jsonws deserialization vulnerability (cve-2020-7961)
- LVGL库入门教程 - 动画
- Real time value transfer from C form to another form
- 在实践中学习Spark计算框架(00)
- winform使用zxing生成二维码
- 二叉树
- Ora-01950 does not have permission on tablespace
猜你喜欢
随机推荐
BUUCTF RE-easyre
AQS之Atomic详解
mysql中的if [not] exists
SQL Server 数据库增删改查语句
Analysis on the specific execution process of an insert statement in MySQL 8.0 (3)
2019-11-10 training summary
Text of the basic component of the shutter
攻防世界-Re-insfsay
2019.11.20 training summary
Recyclerview universal adapter package
C#中Linq常用用法
Downloading and installing VMware (basic idea + detailed process)
打印9*9乘法口诀表(C语言)
Dev使用过程中的基本操作
工具箱之 IKVM.NET 项目新进展
BUUCTF--新年快乐
2020-9-14 introduction to advertising system
区域工业互联网市场成绩单,百度智能云开物第二
2019.10.30 learning summary
std::unique_ptr<T>与boost::scoped_ptr<T>的特殊性









