I have to automate webpage. If I click one hyperlink2 it
will take 2 hrs to open. How to automate hyperlink2?

Answer Posted / nanda

if it is taking that much time...i suggest you not automate
that. if you still wants to automate u can use wait
statement to wait for that much time.


else use loop to wait until that page exist.
for example:

i = 0

do while i <=10

If Browser("XXX").Page("XXXX").Exist Then
Exit Do
Else
Wait 40
End If

i = i+1

Loop


If any queries mail me at :
nanda.dreddy@gmail.com

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?

1490


distinguish between old version and new version QTP features.

1854


How do you test DLL files using automation Tool QTP?

2724


Explain how you can find the absolute value of the number in qtp?

639


I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me

1416






how many maximum number of virtual users we can create?

1561


If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?

1573


when to start the automation?

1471


How many types of recording modes are there?

588


Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?

1345


What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?

570


Difference between test object and run time object?

584


banking project description for software tester

7015


What is action? How many types of actions are there in qtp?

607


What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this

1395