The Debug Viewer pane contains three tabs to assist you in debugging the script or function library as Watch, Variables, and Command. To view the Debug Viewer pane, choose View > Debug Viewer.
Watch: The Watch tab enables you to view the current value of any variable or VBScript expression that you added to the Watch tab.
Variables: During a run session, the Variables tab displays the current value of all variables that have been recognized up to the last step performed in the run session.
Command: The Command tab enables you to run a line of script to set or modify the current value of a variable or VBScript object in your function library. When you continue the run session, QuickTest uses the new value that was set in the command
No comments:
Post a Comment