Votes
Answers
Views
Question
9
1
54
asked 12 years ago by jumphopper
updated 12 years ago by bubblehead712
We have a new reporting technology from Spotfire that creates various dashboard style reports (arrows, charts, etc) rendered in the browser. QTP does not recognize the data output or charts (outside of a blank DIV), only the the labels are identified in standard checkpoints.
9
1
80
asked 12 years ago by neena
updated 12 years ago by bubblehead712
The Run Results Viewer for QTP 11 is failing to load the data file after an error has occurred in trying to render the results. Clicking on the Data Table Tab causes the Viewer to crash with a fatal error. RRV_00019.EXE has been applied.
8
1
49
asked 12 years ago by pumpkin
updated 12 years ago by bubblehead712
I am attempting to automate testing of an in-house application developed in Silverlight usng DevExpress controls. We've installed the Silverlight add-in, but are finding that QTP is not recognizing the control classes. It reports all of them as WebElements, even though they work as buttons, text box...
2
1
75
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
I have a comma delimited file that I'd like to use for data input in my script, but I don't want to load it into Excel to be a data table as that would take too long and this data is generated by the application. Can I use this data in my script for input into text fields?
2
1
179
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
I know this sounds a little strange, but is there any way to have QuickTest read values stored in the registry at all? I would like to be able to validate an installation routine via automation and need to check that information was written correctly to the registry.
2
1
240
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
I have some objects in my Windows application that act just like normal GUI objects in my application, but QTP only seems them as WinObjects. Do I have to use coordinates or low-level recording with them?
2
1
170
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
How can I make my script wait for an unpredictable amount of time before testing the application. I have a situation where I launch the application I'm testing, but there is a long delay while the application loads and does a huge data 'pre-fetch'. I don't want to use a synch point because the delay...
3
1
67
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
Tags:
I need to get the size of a pdf file in QTP, but don't have any property to work with.