当前位置:百科知识 > 软件测试工程师

问题描述:

[单选] 针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 Switch(value)Case 0: Other=30; Break; Case 1: Other=50; Break; Case 2: Other=300; Case 3: Other=other/value; Break; Default: Other=other*value;
A.2 B.3 C.4 D.5
参考答案:查看
答案解析:

随机题目