what is the use of Browser.sync()
Answers were Sorted based on User's Feedback
Answer / srihari
Hi
Browser.syn()ensures complete the web page loading and
Waits for the browser to complete the current navigation,
ie., navigating from one page to another.
regards,
srihari..
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / alex
ok, Sync is a propierty. you can use for any object.
Instructs QuickTest to wait the specified number of seconds
to synchronize with Oracle Applications before continuing
the run session.
Syntax
object.Sync ([TimeOut])
you can specify the time in milliseconds.
| Is This Answer Correct ? | 2 Yes | 2 No |
How we can add actions in the test using QTP?
What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
What is the Maximum syncronization timeout in seconds in QTP 9.5
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
Give answer with example what is orthogonal array testing technique?
Is it possible to use two instances of UFT on the same machine? If not why?
How may types of defects identify application or your currently working application?pls give me answer..
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
How to retrieve the property of an object?
How can we conduct U-I Testing by using QTP??????
How to make an Action as reusable?
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.