In QTP what is the difference between Step-in, Step-out, Step-over?

Showing Answers 1 - 1 of 1 Answers

Step Into Choose Debug > Step Into, click the Step Into button , or press F11 to run only the current line of the active test or component. If the current line of the active test or component calls another action or a function, the called action/function is displayed in the QuickTest window, and the test or component pauses at the first line of the called action/function. Step Out Choose Debug > Step Out or click the Step Out button , or press Shift+F11 only after using Step Into to enter a action or a user-defined function. Step Out runs to the end of the called action or user-defined function, then returns to the calling action and pauses the run session. Step Over Choose Debug > Step Over or click the Step Over button , or press F10 to run only the current step in the active test or component. When the current step calls another action or a user-defined function, the called action or function is executed in its entirety, but the called action script is not displayed in the QuickTest window.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions