1. 首页
  2. 编程语言
  3. 其他
  4. 软件测试认证ISEB模拟试题

软件测试认证ISEB模拟试题

上传者: 2018-12-08 08:32:15上传 DOC文件 659KB 热度 39次
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
用户评论