Votes
Answers
Views
Question
3
votes
1
answer
51
views
When recording a webpage in LoadRunner, IE8 crashes when it encounters JavaScript on my Windows platform. What can I do to resolve this issue?
2
votes
1
answer
60
views
I need to edit some values in my QTP code, but I need to find an easy way to do it. I don't want to use Replace with regular expressions or anything complicated like that. Here's some sample code (my real list is a bit bigger): Browser("MyWebSite").Page("MyWebSitePage").WebEdit("...
1
vote
1
answer
368
views
I've got a custom list object that is only seen as a WebElement. I want to be able to pass mutliple items to select all at one time and I'm not quite sure how to do this. I don't want to have a separate step for each value in my script.
1
vote
1
answer
109
views
I've started using UFT 11.52 with my Reflections terminal emulator. I am launching UFT and selecting the Terminal Emulator addin, but when I go to change the TE configuration, I'm not seeing any configuration settings for the TE like I did in QTP 11. Do I need to repair my install or is it messed up...
1
vote
1
answer
210
views
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
How can I enable Web 2.0 support for UFT 11.53? I didn't see anything when I installed it, but I've seen some people mention being able to work with Ajax and GWT.
1
vote
1
answer
63
views
I'm using HP Diagnostics to monitor my application servers. I'm able to see the aggregated data in HP Diagnostics; however, I would like to see the real-time raw metrics prior to the data being aggregated. I really need to see a low/atomic level view.
2
votes
1
answer
61
views
In UFT 12, I'm capturing a bitmap image and saving to a file during my test runs, and I want to include the image in the results using Reporter.ReportEvent. According to the help files you can do this, but I can't get it to work.
2
votes
1
answer
165
views
I need to create a custom .XSL for my UFT results, but I have no idea how to start. Can someone give me some pointers please?
2
votes
2
answers
50
views
Sometimes I am getting an error about Active X when I try to use an application's API. It usually gets thrown when I try to use the CreateObject method. For instance, if I try to connect to ALM from QTP using the TDConnection object, it gives me an error. I can't figure out what is happening.