Votes
Answers
Views
Question
1
vote
1
answer
20
views
I'm trying to set a variable to a specific browser page, but I am getting a General Run Error when trying to run my test. Code example: set page = Browser("browser").Page("page") page.WebButton("Submit").Click
0
votes
1
answer
171
views
asked 8 years ago by kaptainkayoss
updated 8 years ago by rich-text
I'm trying to watch variables in UFT and I'm getting an out of memory error.
2
votes
1
answer
588
views
My script is not giving me the results I expect, and I need to confirm the values of some of my variables during execution of the script. How do I check and see what the values are during script execution?