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
What are the trigger events in qtp?
What are the different kinds of test steps?
Diff b/w test scenario's and test Procedures?
How is UFT 11.5 version different from UFT 12.0?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
Explain how qtp identifies object?
How do we handle run-time errors?
Explain QTP using different development techniques ?
Give me some real time point of way where exactly we can conduct audits?
How many ways we can parameterize data in quicktest professional (qtp)?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
Explain in brief about the qtp automation object model (aom).
How to test background color and dynamic images during run time can you put the check point for moving objects?
Hi All, How to Compare two strings character by character in QTP