What are Step Into,Step Over and Step Out in QTP?

STEP INTO: Runs the current step of the active test. If the current line calls another
action, the called action is displayed. The test pauses at the first line of the called
action.


STEP OVER: Runs the current step in the active test. When the current step calls
another action, the called action is executed but not displayed.


STEP OUT: Runs the current step until the end of the function, returns to the calling
component or function library, and then pauses the run session.


Don't miss any article:Get it by E-mail