Votes
Answers
Views
Question
0
votes
1
answer
69
views
We have used VB scripts to automate UFT runs and stored results in an xml file. However when I tried to use Run Results Viewer to open and view the xml file there was an error in opening it.
0
votes
1
answer
90
views
A user is executing a manual test script and received an error message (screenshot will be attached) in their system. The user has UFT open in the background but they are not executing the script using UFT. They are manually using the application but receiving the error message only when UFT is open...
0
votes
1
answer
552
views
What is the .usr file that is in a script?
0
votes
1
answer
79
views
I am trying to perform operations on a spreadsheet in our application. On our 2008r2 virtual machine the object is correctly identified as an AcxTable, however on our win2016 virtual machine the object is identified as a WinObject. The WinObject does not have spreadsheet operations needed to manipul...
2
votes
1
answer
64
views
Why would I use the Application Model in LeanFT? Seems easier to just create object descriptions as you go and have it in your test.
0
votes
1
answer
281
views
A replay warning is now displayed as a Failure in ALM. Before it would just be a warning but now it is as failed
0
votes
1
answer
66
views
What UFT add-in's are needed for an online Oracle application?
0
votes
1
answer
572
views
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
vote
1
answer
287
views
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...