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
what is output value in QTP and how it can be used in automation testing
How to start recording using quicktest professional (qtp)?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
Define virtual object?
How to use the object spy in quicktest professional (qtp) 8.0 version?
What the differences are and best practical application of Object Repository?
What is the difference between the keyword view and expert view?
Why to use descriptive programming?
What are the disadvantages of recording test cases in qtp?
hi nani my doubt is how does qtp process metrix related to software process.
what is command for executing files?
What do you mean by iteration?
What is the architecture of your project? Can any one answer for this question plz........
How will you check that your test cases covered all the requirements?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click