Tuesday, February 12, 2008

V model还是W model

V model已经出现很长时间了,不同的软件开发阶段对应有各自的测试,分别是
业务需求 对应 uat
系统需求 对应 system testing
概要设计 对应 integration testing
详细设计 对应 unit testing
什么是w model呢?先看图

在原有基础之上增加了preparation和debug,更加完整的体现了整个开发过程,也为测试准备工作正名,将测试准备和测试执行正式分成两个独立的任务,更加科学。

0 comments: