Votes
Answers
Views
Question
0
1
474
I have a string... mySourceConn.Open "Driver = Teradata; DBCName = tdprod1; Database = " & DB_Source & "; uid = " & UID & "; pwd = " & Pwd in which I would like to pass the encrypted password into the "Pwd" field as the regular password.
1
1
245
I've had this issue for several years and I've just restarted UFT or rebooted the PC. I have several functions that override the native methods for Set, Select, Click, etc. The reason I do this it perform extra reporting and a data check on the method. I think that UFT gets lost in the registering a...
0
1
61
We need to know what the UI Automation addin version and its components are in UFT14,52. In UFT14.52 bin folder, I found these components that might be related: UIAddinMgr.dll, Version, 14.52.2630.0 UIAPackage.dll Version, 14.52.2630.0 UIAutomationScripting.dll, 14.52.2630.0 Are there other componen...
0
1
111
When I use Object Spy to identify a grid containing values, it is getting identified as SwfObject with name GlacialList. I am not able to access the data with row number. How should I handle such data?
2
1
127
Is there a way to specify a connection to local devices (rather than Mobile Center) for mobile testing using UFT's AOM? I need to be able to specify the connection details in my test.
2
1
344
We are using AutoPass License Server 9.x and are receiving a 500 Internal Server Error when trying to navigate to the License Usage page. How can we fix this?
1
1
46
I'm using Visual Studio. Getting a NullReferenceException error when trying to launch the Flights GUI demo application from LeanFT. Here's the code I'm trying to use: IAut FlightsApp = Desktop.LaunchAut("C:\\\\Training\\\\Flights Application\\\\FlightsGUI.exe");
2
1
68
Are there any configurations that can be done to improve our UFT and BPT performance with ALM?
0
1
188
We are trying to see how to execute Selenium scripts written in Java from ALM. How do we do this?