Votes
Answers
Views
Question
1
1
144
Hello, We have recently upgraded from ALM 11.52 to ALM 12.55 and after the upgrade we have registered the clients and updated all of the Excel add-ins. What the users are finding is that when they go into the dashboard module into the analysis view they are no longer able to generate Excel reports a...
0
1
504
asked 6 years ago by coleslaw
updated 6 years ago by jameslcoleman
Hello. We are receiving errors when trying to use the ALM Excel Addin in Excel. The user was able to login successfully on a previous machine, but after upgrading to a Windows 10 machine, they are receiving the following errors. We are currently using ALM 12.50 Patch 1 with MS Office 2016. I would a...
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...
0
1
189
asked 6 years ago by coleslaw
updated 6 years ago by jameslcoleman
Hello. We are looking to create an Excel report that includes the users that are assigned to a project. Can you provide us with the script that will do that for us?
0
1
41
asked 7 years ago by bhogapuram
updated 7 years ago by raja
When I create an excel object and enter a .(dot) after the object, I do not get a pop-up box displaying to suggest which are the available methods I can use. For example, Set ObjExl = CreateObject("excel.application") Set Workbook1 = objExl. (in this step, UFT doesn't display a pop-up box up...
0
1
66
asked 7 years ago by scruffy
updated 7 years ago by josh-yates
Our company has upgraded to Office 2016 64 bit, is this version supported by the ALM Business Views add in?
2
3
131
UI Automation Add-in object recognition time is 300% above MSAA with Excel 2016 as AUT on Windows 10
Using UFT 14.02. Not able to use scripts with UI Automation add in due to unreasonably long times it takes for the script to query UI Automation object hierarchy. Scripting just a simple test to use ".Exist(0)" on Excel window, Ribbon and Titlebar using UI Automation add-in technology and St...
2
1
73
I'm trying to update cells in an Excel Worksheet using UFT 14.01. The script runs without error, but when it finishes, the cells are not updated. My code is below. Any ideas why it's not working? Set objExcelApp = createobject("excel.application") Set objFSO = CreateObject("Scripting.Fil...
1
1
35
asked 7 years ago by neena
updated 7 years ago by bubblehead712
GUI Test -> API Action1 -> API Action2. When i run the test, after executing the GUI test the API Test stops. It doesn't execute API Action 1 & 2. Can you help me with this issue.