Votes
Answers
Views
Question
0
1
417
asked 6 years ago by kaptainkayoss
updated 6 years ago by rich-text
There is a write to file feature built in and I want it to take some output results and create a new text file with them. The problem I'm having is that I get Access Denied when it tries to create the file. I'm not finding anywhere to set any permissions.
0
1
177
asked 6 years ago by jtaylor
updated 6 years ago by josh-yates
We recently patched our ALM server to version 12.55, now when we open UFT and try to connect it to ALM we are getting the following error: Failed to update components from server Failure in Spider Module Process.Error:This type of installation requires your application to be executed with administra...
0
1
292
asked 6 years ago by jtaylor
updated 6 years ago by josh-yates
We have received reports that automated tests being initiated from HP ALM are getting stuck in a "Waiting..." status in the Automatic Runner window. These tests are running on various UFT hosts. These tests have been run successfully many times in the recent past from HP ALM. If the script i...
2
1
21
I was doing some script debugging and noticed that my Local Variables pane is missing. I have restarted UFT, loaded a new script but to no avail. How can I get this pane back?
0
1
112
We are running ALM Explorer version 12.20.3264.0 and UFT 14 build 1775 on MS Windows Server 2012 R2 standard 8 gig memory I have a common lib function which uses a Window("Facets").WinTreeView("SysTreeView32").Activate strNode when this is simply run it never opens the node specified...
0
1
38
asked 6 years ago by coleslaw
updated 6 years ago by jameslcoleman
Hello. I am trying to create a report listing the scripts in a given project or subject, that includes the actions within each UFT GUI script. I appreciate any information you can provide. Thank you!
2
1
108
When we import our WSDL into a UFT API test, we get our server information in the activity's HTTP Endpoint Address field. (For example, if you use the UFT Flights Service API that comes with UFT, and drag the GetFlights Activity, then click the General Tab and expand the HTTP section). I need to use...
2
1
68
We are seeing an issue with UFT removing links from child nodes to the Start node in API tests. Our steps to reproduce (we have seen this done with other WSDLs too, for example the Flight API sample for the UFT tutorial): 1. Create new API test. 2. Import WSDL file WorkOrderService.wsdl 3. Go to Sta...
2
1
195
Using the below code I am trying to import an Excel spreadsheet into UFT datatable. My Excel spreadsheet only has one worksheet called "TestData". Only thing is, instead of importing into the DataTable sheet called "TestData", it always goes into the GlobalSheet instead of my TestDat...