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
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?
what is review
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
When using descriptive programming?
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
What is the difference between a Function and Procedure in QTP?
What is the difference between shared and local object repository?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
What is QTP scenario.
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What is the difference between local and shared object repository in qtp?
What is the use of sendkeys and what are send keys
Differentiate the type of test cases which can be automated and which cannot be automated?
Explain features of the latest version of qtp/ uft 12.1?
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.