Question 91
As part of the improvement program, the organization is also looking at tool support.
Which type of tool could be used to ensure higher quality of the code to be reviewed? 1 credit
Question 92
Which of the following statements BEST describes the difference between testing and debugging?
Question 93
Which of the following is a Black Box test design technique?
Question 94
Given is the following defect removal chart reported at the end of system testing - showing total defects detected and closed defects (fixed and successfully retested). A number of open defects are classified as critical. All tests have been executed.
Based on the chart above, what is the most appropriate next test phase? 1 credit
Question 95
The flow graph below shows the logic of a program for which 100% statement coverage and 100% decision coverage is required on exit from component testing. [K4] The following test cases have been run:
Test Case 1 covering path P,Q,R,U
Test Case 2 covering path P,Q,S,V
Test Case 3 covering path P,Q,S,W,X
Test case 4 covering path P,Q,S,W,Y
Refer to the exhibit
