What is Debug Viewer and how it works in QTP?

Showing Answers 1 - 3 of 3 Answers

jyothi

  • Mar 24th, 2007
 

The debug viewer pane consists of 3 tabs

watch:
Enables you to view the current value of any variable or VB script expression that
you add to the watch tab

variable:
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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions