Votes
Answers
Views
Question
0
1
858
asked 6 years ago by coleslaw
updated 6 years ago by jameslcoleman
Hello. I am trying to run a vbs script on my client machine to extract data from ALM to create an excel report. We have registered ALM and ALM Site Administration on the affected machine, but the error still occurs. I have entered the error message below. We are currently using a 64-bit version of W...
0
1
311
I am trying to read content from PDF file using UFT 12.02 using below code: Set AcroApp = CreateObject("AcroExch.App") AcroApp.Show Set AcroAVDoc = CreateObject("AcroExch.AVDoc") AcroAVDoc.Open sPDFpath,"" Set AcroAVDoc = AcroApp.GetActiveDoc Set AcroPDDoc = AcroAVDoc.GetPDDo...
1
1
50
I want to integrate a new testing tool with HP QC , I am following the Custom Test Type APIs to do so. The implementation of Remote Agent is not clear. Can anyone tell the steps to do so or direct me to an already documented link , as i couldn't find one. Remote agent requires creating an ActiveX ex...
8
1
89
asked 13 years ago by gem
updated 13 years ago by bubblehead712
I have an ActiveX control that is an Infragistics control. The child objects are WinObjects under the Activex and I can not find in the test object properties enough information to determine between objects. The child objects are a list of people and I need to find one person by name and double clic...