标题: System Test (验证系统目标?) [打印本页] 作者: cuteau 时间: 2007-4-10 11:03 标题: System Test (验证系统目标?) 看The Art of Software Testing, 有这么一段话关于系统测试的(第六章里):
”System testing is the most misunderstood and most difficult testing process. System testing is not a process of testing the functions of the complete system or program, because this would be redundant with the process of function testing. As shown in Figure 6.3, system testing has a particular purpose: to compare the system or program to its original objectives. “
我不太懂这里面关于“objective”的说法。作者是这么说的 :
"The program user’s needs are translated into a set of written requirements. These are the goals for the product.
The requirements are translated into specific objectives by assessing feasibility and cost, resolving conflicting requirements,
and establishing priorities and trade-offs."