当前位置:网站首页>软件测试面试题:软件测试的过程的V模型,说出它的缺点?
软件测试面试题:软件测试的过程的V模型,说出它的缺点?
2022-08-11 01:31:00 【软件测试pytest】
软件测试的过程的V模型,说出它的缺点?
V模型:RAD(Rap Application Development,快速应用开发)模型是软件开发过程中的一个重要模型,由于其模型构图形似字母V,所以又称软件开发的V模型。它通过开发和测试同时进行的方式来缩短开发周期,提高开发效率。V模型大体可以划分为以下几个不同的阶段步骤:需求分析、概要设计、详细设计、软件编码、单元测试、集成测试、系统测试、验收测试。
优点:
(1)既有底层测试又有高层测试。底层:单元测试。高层:系统测试。
(2)将开发阶段清楚的表现出来,便于控制开发的过程。当所有阶段都结束时,软件开发就结束了。
缺点:
(1)容易让人误解为测试是在开发完成之后的一个阶段。
(2)由于它的顺序性,当编码完成之后,正式进入测试时,这时发现的一些bug可能不容易找到其根源,并且代码修改起来很困难。
(3)实际中,由于需求变更较大,导致要重复变更需求、设计、编码、测试。返工量大。
个人简介
我是一名测试兼开发工程师,目前25K,目前做的是无人驾驶,欢迎和大家一起交流开发测试技术,一起高薪就业,我们还有一起打妖怪的群哦,还有面试题小程序哦!
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持“软件测试pytest”。
边栏推荐
- 【微波工程学习记录1】功率分配器和定向耦合器
- 数据分析面试手册《统计篇》
- 数据分析面试手册《SQL篇》
- apache+PHP+MySQL+word press,安装word press时页面报错?
- Single-chip human-computer interaction--matrix key
- Exception: try catch finally throws throw
- Two-dimensional array combat project -------- "Minesweeper Game"
- Word set before the title page
- postgresql参数意义
- C# WebBrower1控件可编辑模式保存时会提示“该文档已被修改,是否保存修改结果”
猜你喜欢
![#yyds Dry Goods Inventory#[Yugong Series] August 2022 Go Teaching Course 008-Integer of Data Types](/img/24/062b17ca125703496808867bd4ada3.png)
#yyds Dry Goods Inventory#[Yugong Series] August 2022 Go Teaching Course 008-Integer of Data Types

Lianshengde W801 series 6-Analyze the Bluetooth communication source code of W801 from the perspective of WeChat applet (indicate method)

More parameter exposure of Pico 4: Pancake + color perspective, and Pro version

最新国产电源厂家及具体型号pin-to-pin替代手册发布

Still using Xshell?You are out, recommend a more modern terminal connection tool, easy to use!

微服务概念

WinForm (5) control and its members

Apache Commons Configuration Remote Code Execution Vulnerability (CVE-2022-33980) Analysis & Reproduction

MySQL advanced query

22、库存服务
随机推荐
Still using Xshell?You are out, recommend a more modern terminal connection tool, easy to use!
The latest domestic power supply manufacturers and pin-to-pin replacement manuals for specific models are released
Deep Learning【第二章】
vim取上个窗口号.
数据分析面试手册《SQL篇》
【iframe父页面调用子页面的方法】踩坑:获取元素的时候需要用 `[x]`是关键,不能用`.eq(x)`否则获取不到。
C # - delegate detailed usage
Ambari迁移Spark2到其它机器(图文教程)
Word set before the title page
vim简单保存窗口标识
Linux install redis database
Apache Commons Configuration Remote Code Execution Vulnerability (CVE-2022-33980) Analysis & Reproduction
微服务概念
双机热备综合实验(VRRP+OSPF+VTP+NAT+DHCP+PVSTP+单臂路由)
二维数组实战项目--------《扫雷游戏》
[GXYCTF2019]BabySQli
How to build speed, speed up again
16. Sum of the nearest three numbers
划分字母区间[贪心->空间换时间->数组hash优化]
进程间通信方式(1)无名管道(全CSDN最用心的博主)