Wednesday, December 3, 2014

Script Debugging Shortcuts in QTP


F3Record
F4Stop
F5Run
Ctrl + F5Run From Step
F9Insert/Remove Breakpoints
Ctrl + F9Enable/Disable Breakpoints
F10Step by Step execution
Ctrl + F10Execution from line 1 to step x,
where x is the step where you placed your curson at the time of
execution.

F11Step by Step Execution (helps to debug functions)
Shift + F11Execute Function in one GO.



No comments:

Post a Comment