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

Answers were Sorted based on User's Feedback



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

Answer / kumar

If we use Wait statement it has to wait 2 hrs.
We can put synchronization point here using QTP.

Is This Answer Correct ?    5 Yes 2 No

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

Answer / 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

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

Answer / bharat

Hi Nanda,

U r using loop to solve this sync prob.But i don't think
this will solve this prob as loop will not take so much time
to complete.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / ravi singh

First not to automate but if necessary, use Browser(" ").sync after the line where hyperlink2 is clicked.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Among all the check points what is the most important checkpoint?

5 Answers   Semantic Space,


VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer

1 Answers  


How to merge the two object repositories

3 Answers   Wipro,


How to create Reusable and Multiple Actions?

0 Answers  


how to test Web application using QTP software

4 Answers   BITS,






What is parameterization? What is syncronization pt.?

3 Answers   Semantic Space, SRM,


what is the command (keyboard command) to swith from expert view to key word view

3 Answers  


Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone

1 Answers  


Explain me in deatail about DATADRIVEN framework including scripts ?(realtimes plz)(Chandana)

4 Answers   Wipro,


How to retrieve the object properties at runtime without the usage of GetROProperty?

3 Answers   Cap Gemini,


what is diff b/w function and action?

8 Answers   VSoft,


In a webtable,a list of values are there,rightnow one values shows,later random another values shows,but how to retrieve the random value in webtable.

1 Answers   HP,


Categories