Hi there QTP'ers just a basic question:
How do I set a checkpoint on a variable?
I did the following:
Instead of using a msgbox (which was there for debugging) I want to use a checkpoint on the found variable to report whether something is found or not.
Is this possible?
How do I set a checkpoint on a variable?
I did the following:
Code:
msgbox "Data found: " & c & "in Column : " & i & " Row : " & j
found = 1
Instead of using a msgbox (which was there for debugging) I want to use a checkpoint on the found variable to report whether something is found or not.
Is this possible?