Votes
Answers
Views
Question
2
1
72
asked 12 years ago by neena
updated 12 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
4
87
asked 12 years ago by tnone
updated 12 years ago by bubblehead712
QTP appears to hang as it takes forever for the IE page to load. Has anybody seen this issue?
5
1
97
asked 12 years ago by pumpkin
updated 12 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
2
84
asked 13 years ago by qatesting2020
updated 13 years ago by landrew
anyone know of a good tool for testing web services? tks
5
2
33
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
4
119
asked 14 years ago by fandabidozi
updated 12 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
2
39
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
1
130
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?