InterviewSolution
Saved Bookmarks
| 1. |
________________ is the computation of the set of programs statements.(a) Brute force debugging(b) Backtracking(c) Cause elimination(d) Program slicingThe question was asked in class test.The question is from Mock Objects in section Testing with Mock Objects of JUnit |
|
Answer» CORRECT CHOICE is (d) Program slicing Best explanation: The whole CODE is sliced into segments and their computation is KNOWN as Program Slicing. |
|