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 |
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
in which case & which method we can use "native" property of an object ?
How to change the scripts from Per-Action object repository to shared object repository
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
Can anybody post some real time scenario in qtp? please its very urgent.
How you calling actions in qtp?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
In QTP how to interact tool and application build?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Explain object spy in qtp.