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 |
What is the "Release Notes", what it cosists? Key components in Release Notes ?
Generic function to search for the unique link in webtable and click on it
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
Diff. between keyword driven Data driven testing?
Batch testing in howmany ways u perfrom in QTP
what function you write to do database testing with the help of qtp?
How many lines of code in each script of QTP?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Does QTP recognize two diff browser's at a time..?if possible how..? Is it possible run scripts on Mozilla which are recorded on IE..?..How..?
12 Answers IBM, Semantic Space, TCS,
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
What are the different recording modes?
what are the different types of framesworks in QTP?what is the keyword driven framework?