Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What are the trigger events in qtp?

1215


What are the different kinds of test steps?

1161


Diff b/w test scenario's and test Procedures?

2178


How is UFT 11.5 version different from UFT 12.0?

1113


supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?

1867


Explain how qtp identifies object?

1130


How do we handle run-time errors?

1102


Explain QTP using different development techniques ?

996


Give me some real time point of way where exactly we can conduct audits?

1950


How many ways we can parameterize data in quicktest professional (qtp)?

1140


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

3619


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

1979


Explain in brief about the qtp automation object model (aom).

1050


How to test background color and dynamic images during run time can you put the check point for moving objects?

1967


Hi All, How to Compare two strings character by character in QTP

1549