1.

Given The Following Code, Which Statement Is True About The Minimum Number Of Test Cases Required For Full Statement And Branch Coverage? Read P Read Q If P+q> 100 Then Print "large" Endif If P > 50 Then Print "p Large" Endif

Answer»

1 TEST for statement COVERAGE, 2 for BRANCH coverage

1 test for statement coverage, 2 for branch coverage



Discussion

No Comment Found