What is the difference between browser sync and page sync
in QTP?
Answers were Sorted based on User's Feedback
Answer / hokrani
Browser sync will wait to all frames to load completely
however Page sync will not wait frames to load.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / nilanjan saha
Hi karthik,
As per my understanding, Browser.Sync and Page.Sync both
both mostly do the same except a few spacial cases.
Browser.Sync waits till Progress in your browser status bar
completes and displays "Done".
Page.Sync will wait till the page loading completes
irrespective to progress in browser status bar.
Most of the cases, as soon as the Progress is completed in
status bar the page will be loaded. Few cases, browser
displays "Done" but still page won't be loaded. In those
cases Browser.Sync and Page.Sync will differ. Other cases
both will be same.
Hope this will help.
| Is This Answer Correct ? | 1 Yes | 0 No |
To which environments does quicktest professional (qtp) supports?
How to track the execution time?
HOw to add the recovery file at runtime to the test file .
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
How do function returns a value?How can we pass one function value to other function as input
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
What type of error u will get if u have not installed java add in in java project? what is the error name ?
WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........
when we open flight reservation.at that time where we found synchronization point() and wait function().i m confused .i want this answer.
how to evalute defects in QTP script?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?