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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?

2229


what is review

1719


Which advantages helping QTP to hold the position of "Market Leader" for such a long period?

1486


When using descriptive programming?

729


hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale

1625






What is the difference between a Function and Procedure in QTP?

793


What is the difference between shared and local object repository?

697


Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....

1535


What is QTP scenario.

1817


what is the mail use of frame work(with detail). architecture for keyword driven frame work

1516


What is the difference between local and shared object repository in qtp?

643


What is the use of sendkeys and what are send keys

2053


Differentiate the type of test cases which can be automated and which cannot be automated?

663


Explain features of the latest version of qtp/ uft 12.1?

702


Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.

2201