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
Have you used xml check point in your project? How?
How software tester can use constants and variables in scripts?
What is QTP and the use of QTP in TD?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
What is data driver in qtp? Where we use it?
How does qtp recognize objects in aut?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
How many types of status are there?
How is the Bitmap checkpoint different from Image checkpoint?
What are the technics follow in writing VB script?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What is the default object synchronization timeout in qtp?
Why is Client side image is preferred over server side image?
Is it possible to switch between recording modes during a test creation?