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 |
how to get the object count ?????????
How to retrieve data from application objects?
Why we are going for descriptive programming ? I answered as 'If objects are not present in OR we will go for descriptive Programming'? Is this correct ?
Hi, actually I completed Btech(CS). But i Will go to admin (Facility) interview. So, If Interviewer asking like " Why You choose this field". What we say? pLZ PLZ PLZ PLZ >............................................Send me.....
how to evalute defects in QTP script?
In QTP for .net application which plug in is used? For Java Application which plug in is used ?
2 Answers AppLabs, Fraze Tech,
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
What is ObjectParamater?
Tell about automation object model(Aom) in qtp?
Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?