Tuesday, October 12, 2010

Debug Viewer

Debug Viewer assists you in debugging the Script.

There are Three tabs in Debug Viewer of QTP
a. Watch
b. Variables and
c. Command
  1. Watch tab:It enables you to view the current value of any variable or VBScript expression that you added to the Watch tab.
  2. Variables tab: 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.
  3. Command tab: It enables to run a line of script to set or modify the current value of a variable or VBScript object in your function library. When continued to the run session, Quick Test uses the new value that was set in the command.


To view the Debug Viewer pane, click the Debug Viewer button or choose View > Debug Viewer

No comments:

Post a Comment