Votes
Answers
Views
Question
0
1
41
asked 7 years ago by bhogapuram
updated 7 years ago by raja
UFT in debugging mode, when you hover the mouse over an object, variable, or expression, UFT displays a floating tool tip with the name, value and Type name.This tool tip results annoying and want a way to be able to disable it.
0
1
257
asked 7 years ago by kaptainkayoss
updated 7 years ago by rich-text
I'm trying to click on a button in my application, but when I do a click operation, it locks my AUT up. Is there any way around this lock up?
1
1
65
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
I have a SOAPUI Rest project and used SoapUI2APITest.exe to convert it to a UFT API Test. Results appears the conversion worked but the log shows no tests. Does anybody know why? ![alt text][1] 2018-02-13 17:33:00,304 - INFO - Start conversion 2018-02-13 17:33:00,304 - INFO - Start deserialization 2...
1
1
64
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
I have one machine with full install of UFT and I have several other machines with just UFT Runtime. The Runtime has an option to import VBScript to sync configuration across other machine but it does not work. Going to UFT machine and selecting Tools > Options > GUI Testing (tab) > General (tab lef...
1
1
263
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
This API Script has calls to a couple of REST services, one through REST Activity and the other through HTTP Activity. Script has lot of user code with connections to DB and Excel workbooks. This script iterates a set of test data and logs results after verifying the expected xml/json responses. Scr...
1
1
184
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
Is there a batch run utility for UFT scripts which can work without ALM?
1
1
248
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
Having issue invoking and navigation to URL Browser(myBrowser).Object.Navigate URL
1
1
39
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
Script errors out once or twice when running several iterations, using descriptive programming is not helping either. Primary cause seems to be existence of duplicate object values which has been used at other places inside the script. I tried to clean up the object repository but it did not helped....
1
1
260
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
We have a function library based framework. Each function starts with 'On Error Resume Next'. There is scenario where the script has to exit a test and proceed to next when certain criteria are not met. for this we have tried to use, below methods. but none worked. scipt execution continued as usual...