1.

An effective method for locating errors in small programs is to ___________ the incorrect results through the logic of the program until the point where the logic went astray is found.(a) Search(b) Backtrack(c) Slice(d) EliminateI have been asked this question in an interview.My question is from Mock Objects in division Testing with Mock Objects of JUnit

Answer»

The CORRECT CHOICE is (b) Backtrack

For EXPLANATION I would say: This type of DEBUGGING is known as backtracking.



Discussion

No Comment Found

Related InterviewSolutions