Votes
Answers
Views
Question
0
1
79
asked 7 years ago by coleslaw
updated 7 years ago by jameslcoleman
Hello. I am wanting to delete all of the test runs with a status of "No Run" using Excel VBA. Can you assist me with this? Thanks in advance!
3
1
61
Hi, We are having an issue where a user has been upgraded to a newer computer using Windows 10 with IE 11 and Outlook 2013. ALM is working fine and the client installed without issue, but when we are trying to install the Excel add-in that the client needs we are receiving an "add-in is incompat...
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.
2
1
188
asked 7 years ago by godawgs
updated 7 years ago by David Hall
With the 11.5 version of the ALM Excel Add-In we were able to change the configuration to allow support of embedded HTML code in the Excel cells. We could do this by editing the file ...AppData\\Roaming\\Microsoft\\Excel\\XLSTART\\TDAddin and adding: [Parameters] memo_as_html=true We have not been a...
0
1
274
asked 7 years ago by kaptainkayoss
updated 7 years ago by rich-text
I'm using UFT to compare to Excel workbooks. I need to count the number of tabs in each worksheet. Using 'excelObj.WorkbookName.Sheets.Count' is returning more tabs than the number of tabs that are there. Is it counting deleted tabs or something?
3
1
100
Business Views login to ALM throws error SetHookOnKillFocusMessage...does not have an implementation
After installing the correct business view add-in for my version of ALM, which installs fine and error free, when attempting to login from the add-in to ALM, we get the below error: ![alt text][1] This only appears though on some install machines and not others. Most are fine, but a few continue to ...
13
1
64
asked 8 years ago by neena
updated 8 years ago by bubblehead712
I have an API test result that the actual and expected values are same, but still test run fails. I am using Excel as a data source and do not see an issue with the data.
0
1
219
asked 8 years ago by kaptainkayoss
updated 8 years ago by rich-text
I have an odd testing need with UFT. The application I am testing generates a dynamic Excel file that I need to edit with UFT, but I don't know what the file name or anything will be until the test executes half-way. Is there any trick to work with a spreadsheet like this in UFT?
9
1
67
asked 8 years ago by neena
updated 8 years ago by bubblehead712
How do you update a data table from UFT API? I am working with Excell that I need to pull data from and would like UFT API be able to read it.