New Home for Files

2,742 views
Skip to first unread message

Karthik QTP

unread,
Apr 29, 2011, 9:14:02 AM4/29/11
to QTP eLearn Team

Team - Many thanks to the group for rebuilding the group files. We are
now
back with a larger collection. Please refer to this site (which all
qtpelearn group members have access to) for all files attached. If you
come
across other good material please do email me so that I can upload it
for
you.

qtpelearn
https://sites.google.com/site/qtpelearn/

It's not an attachment -- it's stored online at Google Docs. To open
this
document, just click the link above.

Sahib Mahmud Iqbal

unread,
May 4, 2011, 8:10:34 PM5/4/11
to Karthik QTP, QTP eLearn Team
Hi,
Is anyone registered for live QTP class going to started on 9th May? I have registered for the class but as of yet have not received any communication how to access to the live classes. If anyone has information please response to my email. Thank you in advance.
Iqbal

abhijeet mohanty

unread,
May 4, 2011, 9:16:41 PM5/4/11
to Karthik QTP, Sahib Mahmud Iqbal, QTP eLearn Team, rashmi pattnaik
Hi Karthik,
Even i wanted to register for the live classes, please let me know the formalities.
thanks,
Rashmi

Karthik QTP

unread,
May 5, 2011, 1:07:53 AM5/5/11
to Sahib Mahmud Iqbal, QTP eLearn Team, rashmi pattnaik, abhijeet mohanty
Team - WHY ARE YOU USING GOOGLE GROUP TO POST THESE REQUESTS!!!!!

Is this of any use for the remaining 600+ participants in the group???? Kindly write to me directly on this.
--
Karthik
QTPeLearn.com

Shanmukha Bollapragada

unread,
May 6, 2011, 1:24:41 PM5/6/11
to qtp-ele...@googlegroups.com
Hi All,

This sounds like a common issue with QTP, but my issue is similar to traditional issue, but not exactly the same. Here's what I am trying to do

There is a Image (button) on the page which I click on - After clicking on this obviously it will take me another page, the new page (same browser window) has a bunch of images.
So, the QTP will wait for all the images to download after it clicks on that button, which I don't want.

So, is there a way to tell qtp to proceed as soon as you click on this button, goto the next step without waiting?...In other words, Line 2 is a click  and after this statement is executed control is not going to Line3 right away, there is a delay of 2 mins which I want to avoid

 Line1: Browser("Test").Page("TEST1").WebList("Test2").Select i
 Line2: Browser("Test").Page("TEST1").Image("submit").FireEvent "onclick", 0
 Line3: Browser("Test").Page("TEST1").Check CheckPoint("Data Description")
 
Note: I played with Object Sync Timeout and Browser Navigation Timeout, but this doesn't seem to a way to go for me as this piece of code is in a action which I am calling from other places. Hence any solutions with Waitproperty or something similar would be great

Please any suggestions are really appreciated

Thank you
Shan

Chandan

unread,
May 9, 2011, 6:31:41 PM5/9/11
to QTP eLearn Team
did you check out Checkpoint timeout?

otherwise you can use something like:
if Browser("Test").Page("TEST1").Image("submit").exist(5) Then
Browser("Test").Page("TEST1").Image("submit").click

something like this, in this case we are specifically telling QTP to
wait for 5 seconds for that particular object and then continue..

Chandan
Reply all
Reply to author
Forward
0 new messages