Question - How to perform debugging of the scripts?
Answer -
Debugging of the test script can be performed in following steps:
1) To enable the script debugger, choose TOOL menus and select Script Debugger.
2) Run the test script
3) Choose from the following option:
A. Step over: execute the script one at a time.
B. Step In: execute the script one at a time.
C. Step Out:
D. Set next step:
E. Run/pause
F. Halt script:
G. Set/clear break point.
H. Edit script
I. Open close data viewer.
J. Authenticate / Deauthenticate Script.
4) Select Pause on error if you want scripts to pause when errors are encountered.