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 |
What is Object Spy in QTP?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
Where should we turn Smart Identification ON in QTP?
Explain advantages and disadvantages kdf?
Limitations in QTP?
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?
how much space occupies in object respository by default?
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?
In key word driven framework,we will rename the logical names of objects,why?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Expalin Text/Text Area Checkpoint