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 |
Can you write a script to check if the folder exists or not?
How to handle the errors without using recovery scenery?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
what is spy, and how can u use?
After running scripts how you report results ,there is any specific report form
Whether it is possible to test the adobe's controls like zoom, resize, save etc using QTP...If yes, how u can do the same?
1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent
hi,which is the best book to refer QTP 9.2 and Faq's.
how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?
Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework
How to change the screen name while running the test.
How to import a test case present in ".xls" file to TD under a Test set?