Question: 17 White Box testing techniques are used mainly for: (2 Points) o Generating test cases O Testing software unite against expected output Examining the adequacy

17 White Box testing techniques are used mainly for: (2 Points) o Generating test cases O Testing software unite against expected output Examining the adequacy of test cases O Testing Boundaries of modules 18 Given the following fragment of code, how many tests are required for 100% branch coverage? if (width > length) { biggest_dimension = width if (height > width) biggest_dimension = height else biggest_dimension = length if (height > length) biggest_dimension = height } (2 points) 3 tests O4 tests O2 tests 1 test
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
