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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / uday
Hi,
Put 2 hours as maximum web navigation timeout.
Thanks,
Uday.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / dhana
Use .Exist method for that particular page
for ex:
Browser("Browsername").Page("Pagename").Exist
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / priya
wht is he fun in going automation for such kind of
objects ,v vil go for automation to reduce time right
| Is This Answer Correct ? | 3 Yes | 2 No |
How to Save your test using QTP?
can test automation improve test effectiveness?
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
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
HOW DO U CALL A ACTION IN QTP?
I am having trouble understanding #1 how to paramaterize a userid and password that I need to call in about 25 existing scripts. I need to know how to Create a Reuseable action for 25 existing scripts that will call the exact same userid and password? I need to know how to create a Reuseable action and then have it called by existing scripts being run in a batch.
What are the differences between table and db checkpoints?
What is the difference between QTP 8.2 and QTP 9.2 ?
What is throw object?
how to lunch the application in the qtp tool ?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
What is InStr()