软件测试ISTQB认证教程英文版:This book has been written specifically to help potential candidates for the ISTQB–ISEB Certified Tester Foundation Level examination. The book is therefore structured to support learning of the key ideas in the syllabus quickly and
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 "Greater than 100" ENDIF 1 test for statement coverage, 2 for branch coverage 1 test for stat