If the web applicatoin takes navigation time above 2 hours
to dispaly next Web page then how can we synchronize the
QTP with Appilication Under Test

Answers were Sorted based on User's Feedback



If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can w..

Answer / kapilet05

Hi all,

Try this one as well

"Browser("browsename").Page("Pagename").WebButton
("Login").WaitProperty "visible", TRUE, 100000"

For above code identify ant object in next web page it will
wait for that object for specified time which you mention
in script. In above example it is "100000" ms.
If that object found before the specified time it it will
not wait and execute next step.
If the object will not found in specified time script got
failed.

Regards,
Kapil Gupta
kapilet05@gmail.com

Is This Answer Correct ?    7 Yes 0 No

If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can w..

Answer / uday

Hi,

Put 2 hours as maximum web navigation timeout.

Thanks,
Uday.

Is This Answer Correct ?    6 Yes 0 No

If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can w..

Answer / dhana

Use .Exist method for that particular page

for ex:
Browser("Browsername").Page("Pagename").Exist

Is This Answer Correct ?    6 Yes 5 No

If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can w..

Answer / priya

wht is he fun in going automation for such kind of
objects ,v vil go for automation to reduce time right

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More QTP Interview Questions

How does you pass optional arguments in qtp?

0 Answers  


If enter into interviewer room? how u introduce with him. with shakehand or waht?

2 Answers  


In QTP , Test Director combination . what is the role of Test Director? How QTP Launching QTP in T.D ? If it is Winrunner possible. but QTP How it is possible?

1 Answers   IBM, TCS,


DIFFERENT RUN MODE IN QTP..1-VERIFY MODE 2-UPDATE MODE 3- dEBUG MODE. My question is in whic sitution we use these modes Explain me with example

1 Answers  


How to identify flash application when the qtp is not identifying the flash application objects.

2 Answers  






Explain the check points in QTP?

2 Answers  


In qtp, how you can exit for loop?

0 Answers  


how we will use output values in qtp? is there any possibulity by descriptive programming?

2 Answers  


describe some problem that u had with automation testing tool?

3 Answers  


I have application it is one digital clock with all minutes and seconds. you have to identify the time to verify weather the time displayed is correct time or not? How do you automate this scenario?

2 Answers   TCS,


Tell me the difference between QTP9.2, QTP9.5 and QTP10.0

1 Answers   Genpact, HSBC,


Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions

4 Answers   Livetek,


Categories