QTP Runtime Value

How can you see runtime value of a particular object or variable in QTP?

Questions by tina03

Showing Answers 1 - 9 of 9 Answers

To see runtime value of a particular object or variable,

- Set a break point in script at object/variable you want to see the value.
-
Select the variable or object --> right click --> select "Add to watch".
- Then the value will be displayed in Debug viewer window.


Correct me if I am wrong..

sjrani

  • Apr 20th, 2010
 

Runtime values of the objects can be viewed in test results ->runtime datatable. It contains the values of the objects which were retrieved by using output checkpoints.

  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