Votes
Answers
Views
Question
2
2
2159
asked 7 years ago by jtaylor
updated 7 years ago by bubblehead712
In UFT we would like a function to capture a screenshot at certain times, is there a way to do this in UFT and save the image to the run results?
2
1
200
asked 7 years ago by scruffy
updated 7 years ago by josh-yates
I get the following error when trying to run a service test script (API test) from HP ALM: Error occurred when trying to execute the test System.Xml.XmlException: The ':' character, hexadecimal value 0x3A, cannot be included in a name. What could be the cause of this error?
0
1
276
asked 7 years ago by scruffy
updated 7 years ago by josh-yates
A user is getting the error "File not found or no read permission" at the end of executing a script. Here are the steps he told me he is doing. This is with UFT 12.52. 1) Execute one or more script. 2) End of one script itself you will get this error 3) Further execution stops, and ...
3
1
469
asked 7 years ago by jtaylor
updated 7 years ago by josh-yates
We are currently trying to get Lab Management working in our ALM environment. Can you provide some guidance on how to set this up?
0
1
59
asked 7 years ago by neena
updated 7 years ago by bubblehead712
API error: Too many fields defined. Microsoft JET Database Engine Void ExecuteCommandTextErrorHandling(System.Data.OleDb.OleDbHResult)
2
1
159
asked 7 years ago by kaptainkayoss
updated 7 years ago by rich-text
We have an application written in .NET and it is on a Citrix server. I am trying to test the application with UFT but am not able to recognize the objects in the application. What addin do I need in UFT to make this work. I tried the .NET addin, but it's not working.
2
1
131
Is there any good free tools for generating test data in a database for UFT?
0
1
30
asked 7 years ago by kaptainkayoss
updated 7 years ago by rich-text
Is there a tool that I can use to generate test data for my test scripts?
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?