Votes
Answers
Views
Question
13
votes
1
answer
602
views
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
votes
1
answer
39
views
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
votes
1
answer
406
views
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
votes
1
answer
449
views
asked 10 years ago by The Danny
updated 10 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
votes
1
answer
42
views
Tags:
I see a new add-in in UFT 12.52 called UI Automation. What is that?
2
votes
1
answer
89
views
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
votes
2
answers
212
views
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
votes
1
answer
64
views
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
vote
1
answer
33
views
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...