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 |
Does QTP is "Unicode" compatible?
difference between recording methods and recording modes in QTP
How to create a run time propertyfor an object?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
how do you do database testing in qtp
where is the bitmap checkpoint be saved
did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
can u pls explain me About Driver script.
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on
What are the key elements available in test result window?