What are STEP INTO,STEP OVER,STEP OUT Satements in QTP?
Posted By Lax on March 09th, 2009 in QTP Interview Questions
- 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.
Similar Posts:
