Votes
Answers
Views
Question
1
1
476
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I was using below line of code with UFT 14 without any issues. `-------------------------------------------------------------------------------- On Error Resume Next Set oOutlook = GetObject( , "Outlook.Application") On Error GoTo 0 If Not IsObject(oOutlook) Then Set oOutlook = CreateObj...
1
1
116
asked 7 years ago by neena
updated 7 years ago by bubblehead712
For some reason UFT and BPT run very slow, Does anybody have suggestion?
1
1
91
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I have noticed that at times when I go to sign into UFT I can't get a license. When I then look at the license manager I find that it shows "SYSTEM" as having occupied a licenses on one or more of our servers. The licenses manager (attached) you will see no actual users are taking up a l...
2
1
70
asked 7 years ago by kaptainkayoss
updated 7 years ago by rich-text
I'm trying to get UFT to work with the Jagacy terminal emulator. It's not recognizing the toolbar or status bar like UFT does with other TE. I ran the configuration wizard but I'm not finding the hllapi.dll file. How do I get UFT to see the objects?
2
1
53
This has been working up until now. Not sure what the problem is.... When we're trying to load an .xls file into the data tab of an API test, we're getting the following error: Exception of type: System.Data.OleDb.OleDbException. Source: Microsoft JET Database Engine. Occured in Void .ctor(System.Da...
2
1
19
Is there a command line repair for UFT 14 like there has been for previous versions?
2
1
67
When running a test from ALM and a Reporter.ReportEvent statement executes, I'm unable to view the resulting output in the Run Results viewer. I have tried running a repair on UFT but it did not work.
1
1
400
asked 7 years ago by neena
updated 7 years ago by bubblehead712
We use MS Word and Excel with UFT extensively. We are now on Office 2010 and planning to upgrade to Office 365. Hence, we need to access the impact.
0
1
199
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I am connecting UFT to my oralce database. In doing so I am exposing my db username and password. Is there a way to mask the password so that I do not have to hard code it in my script? I tried the password encoder that comes with UFT to mask the password but that did not solve the problem. See let ...