1.

Which of the following is not a part of Execution Flow during debugging?(a) Step Over(b) Step Into(c) Step Up(d) Step OutThe question was posed to me in final exam.Query is from Debugging Techniques and Approaches topic in division Software Testing and Quality Management of Software Engineering

Answer»

Correct OPTION is (c) Step Up

Easy EXPLANATION: Step Into EXECUTES code, Step Out continues execution until BOUND value and Step Over is to execute code without stopping.



Discussion

No Comment Found

Related InterviewSolutions