Votes
Answers
Views
Question
13
1
555
asked 9 years ago by gem
updated 9 years ago by bubblehead712
whenever, I run my script on Chrome browser it shows a warning on the browsering ""HP Unified functional testing agent is debugging this browser". As a result, this slows down the process. Is there a way to hide or disable this message?
0
1
34
asked 9 years ago by tnone
updated 9 years ago by bubblehead712
I just install UFT and was wondering is there a way to check to see if I have installed it correctly?
2
1
372
Tags:
I have a .vbs script that launches my UFT tests and runs them. How can I pass a value from my .vbs script to the UFT test?
0
1
404
asked 9 years ago by The Danny
updated 9 years ago by Captain Mercury
My request to my web service is done in an HTTP Activity in UFT-API script. I am loading a JSON file for the body of the request and I need to programatically set a value of a particular node on the fly (based on a previously returned value, but that part is irrelevant). How do I identify the elemen...
2
1
34
Tags:
I see a new add-in in UFT 12.52 called UI Automation. What is that?
2
1
74
After completing a LeanFT test in ALM, run results are not shown in the Last Run Report section of the Execution Grid. Clicking the Refresh All button does not make them appear.
0
2
176
I am receiving the error message "The requested operation requires elevation" in the Automatic Runner window when I try to run my ALM test locally on my UFT machine.
2
1
49
In UFT 11.53 with all the necessary patches installed. I have a function called MinimizeUFT which contains the following code. Set objUFT = GetObject("", "Quicktest.Application") objUFT.Minimize As soon as the control comes to the GetObject line UFT crashes. Has anyone seen this prob...
1
1
28
We created a UFT GUI test with the following XPATH expressions: set currentBrowser = Browser("Title:=Smart Web Portal") set currentPage = currentBrowser.Page("title:=Smart Web Portal") exist = currentPage.WebElement("xpath:=//div[@id='loginContent']").Exist(1) Whe...