Votes
Answers
Views
Question
2
votes
1
answer
75
views
asked 13 years ago by neena
updated 13 years ago by bubblehead712
I have been looking thru QTP documentation to find out how to extract variables from PageDOM. The way to access the object in jQuery is as follows : $(s) If you wanted to access a variable of s object, you would do, for example: $(s).pageName or $(s).channel On this page I tried below but looks like...
4
votes
4
answers
88
views
asked 13 years ago by tnone
updated 13 years ago by bubblehead712
QTP appears to hang as it takes forever for the IE page to load. Has anybody seen this issue?
5
votes
1
answer
100
views
asked 13 years ago by pumpkin
updated 13 years ago by bubblehead712
I am trying to record a web page with just Web Add and QTP. QTP does not record clicks on a web element. I can add the webelement manually to the Object Repository and then add code for play back. For some reason QTP will not record this actions. Does anybody know how I can get around the function?
0
votes
2
answers
86
views
asked 14 years ago by qatesting2020
updated 14 years ago by landrew
anyone know of a good tool for testing web services? tks
5
votes
2
answers
47
views
asked 14 years ago by fandabidozi
updated 14 years ago by bubblehead712
I am having trouble with setting data in formatted WebEdit boxes. Sometimes the text is applied then the data flashes and the WebEdit is cleared. Any thoughts as to what can be done?
4
votes
4
answers
128
views
asked 14 years ago by fandabidozi
updated 13 years ago by dvbrao1
I am trying to create a script to test on different browsers (Internet Explorer, Firefox, and Google Chrome). The new patch QTPWeb_00088 allows QTP 11 to run scripts on Google Chrome however for some reason dialog boxes are not the same. Does anybody have an example how to get my test to work?
0
votes
2
answers
40
views
asked 15 years ago by jessica
updated 15 years ago by bubblehead712
I am having issues of QTP not picking up objects on a second window that a web based application pops up. QTP will only search the original window and does not recognize the second window. Any suggestions?
3
votes
1
answer
131
views
asked 15 years ago by fandabidozi
updated 15 years ago by bubblehead712
I have recorded a script on a web page and the page contains a weblist but when I play the script back it does not work. The recording captured the event of setting the value of the web list but will not set it. Has anybody else seen this issue?