Votes
Answers
Views
Question
2
1
85
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
Why do I sometimes get 'Cannot use parenthesis when calling a Sub' when I try to use a function in my QTP script?
2
1
240
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
How can I enable the chrome frame extension. I heard there is a way with the registry?
2
2
109
asked 11 years ago by kaptainkayoss
updated 11 years ago by kaptainkayoss
In QTP 11, I used the Print function to write data to a window and I could keep my own log of things going on in QTP or the app. I'm using Print now in UFT 12.00 and I don't see the pop-up box anymore. Does print not work now?
2
1
51
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
I'm trying to use my data table to pass data in my script and then use that data to pick a value from a list that drops down. The value looks good and I see it's in the list, but when I run the test it just sits there and doesn't select the value I'm wanting. I checked the spelling and it looks okay...
2
2
249
asked 11 years ago by kaptainkayoss
updated 11 years ago by auto-test
Tags:
I'd like to use browser stack to test a bunch of different browsers without having to install each one. Is this supported by QTP? www.browserstack.com/
3
1
175
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
Browser("CreationTime:= 0").Page("url:=" &".*" & pageURL&".*") Can I replace this code with the following ? Browser("CreationTime:= 0").Page("url:=.*" & pageURL&".*")
2
1
547
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
How can I use the Dictionary object to store a global variable? I'm trying something like: Public dicObjects, dicFramework set dicObjects = CreateObject("Scripting.Dictionary") Set dicFramework = CreateObject("Scripting.Dictionary") dicObjects ("Browser") = Browser("index...
2
1
45
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
In my scripts, I want to be able to check data that is on the command prompt window. It's just seen as a box.
1
1
62
asked 11 years ago by linuxskywalker
updated 11 years ago by rich-text
I am currently working to include a GUI Vuser in my Load Test. Before adding the QTP script to my scenario, I was trying to run the QTP script using the Silent Test Runner on my QTP machine. QTP is enabled to "run other HP products". The QTP script is a recording of a web application. When r...