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

What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.

1490


Does quicktest professional is unicode compatible?

509


Explain the difference between call to action and copy action?

507


How to connect to a database?

571


in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?

1346






explain abt dyanamic changing object with example?

1893


Does quicktest professional (qtp) is unicode compatible?

530


what is description object?

1580


How will you compare keyword and expert view?

515


How to analyzing test results using quicktest professional (qtp)?

574


UFT 12.02 which ALM version will support

977


Explain process of smart Identification in QTP?

591


How to use parameterization in qtp?

612


how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

3737


i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer

3481