软件测试认证ISEB模拟试题
1. For the following code, what are the minimum number of test cases required for full statement and branch coverage Input A Input B IF A/B < 100 THEN Print "Less than 100" ENDIF IF A/B > 100 THEN Print "Greater than 100" ENDIF 1 test for statement coverage, 2 for branch coverage 1 test for statement coverage, 1 for branch coverage 2 tests for statement coverage, 3 for branch coverage 2 tests for statement coverage, 2 for branch coverage 1 test for statement coverage, 3 for branch coverage
用户评论