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
Have you used xml check point in your project?
How many types of recording modes in qtp? Which will be used when?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
UFT 12.02 which ALM version will support
How to attach a file to TD?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Can we record using all the modes in a single script? Explanation with example is appreciated
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
What contains Data Driven Framework document in qtp?
What are the key points to create a framework in QTP for oracle forms?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
how to find that tools work well with ur existing system?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What are the types of object repositories? Which one is you using?