A-A+

is NOT a concept of White Box Testing.A.You sh

2022-08-06 03:42:10 问答库 阅读 175 次

问题详情

is NOT a concept of White Box Testing.
A.You should execute all logical decisions on their true and false sides.
B.You should execute all independent paths within a module at least once.
C.You should execute all loops at their boundary conditions.
D.You should execute all interfaces at their boundary conditions.请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:D
解析:本题考查专业英语应用能力和白盒测试。白盒测试根据软件的内部逻辑设计测试用例,常用的技术是逻辑覆盖,即考察用测试数据运行被测程序时对程序逻辑的覆盖程度。参考译文:必须执行所有在边界条件下的接口不是白盒测试的概念。

考点: