当前位置:网站首页>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 .
边栏推荐
- C#使用WinExec调用exe程序
- Is it safe to open a securities account? Is it reliable?
- Substring score - Ultra detailed version - the last programming challenge
- HDU 4578 transformation (segment tree + skillful lazy tag placement)
- BUUCTF--reverse1
- 智能组卷系统设计
- Acwing271 [teacher Yang's photographic arrangement] [linear DP]
- C # use winexec to call exe program
- We can't tell the difference between distributed and cluster. Let's tell the story of two cooks cooking
- Fully understand the MESI cache consistency protocol
猜你喜欢

Real time value transfer from C form to another form

PGP在加密技术中的应用

Ora-01950 does not have permission on tablespace

CLR via C reading notes - single instance application

Analysis of reentrantlock source code of AQS

打印1000~2000年之间的闰年(C语言)

Arc view and arc viewpager

Web vulnerability manual detection and analysis

Virtual machine port scanning

Voir le classement des blogs pour csdn
随机推荐
Vmware的下载与安装(基本思路+详细过程)
攻防世界-Re-insfsay
1146 topological order (25 points)
Web vulnerability manual detection and analysis
Rikka with cake (segment tree + segment tree)
Call another interface button through win32API
Contents of advanced mathematics
LVGL库入门教程 - 动画
1147 heaps (30 points)
Devaxpress double click to get cell data
Weight recursion of complete binary tree -- the last programming challenge
F5 big IP Icontrol rest command execution (cve-2022-1388)
2019.11.20 training summary
AGCTFb部分题解
1-数据库了解
Ce projet Open source est super wow, des photos manuscrites sont générées en ligne
MySQL中update一条record的过程
Downloading and installing VMware (basic idea + detailed process)
Common usage of LINQ in C #
SQL Server 数据库增删改查语句