Hi any body can tell me the synchranization point syntax
thanks
in advance
Answers were Sorted based on User's Feedback
Hai Friend,
In some times tool will run faster than Application in
Execution time, it causes Error message in that situation
we have to mapthe time between Tool and Application. This
is Synchronization point. There are some different ways
1. Wait() [wait Function]
2. .Exist [either PopUp or some message]
3. When a Progress Bar enabled. [when a progress bar
compleated]
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / chandu
hi there...
Browser("Welcome: Mercury Tours").Page("Flight
Confirmation: Mercury").WebElement("Flight Confirmation
#").WaitProperty "visible", true, 10000
its in help man...just see the help in QTP
thanks
chandu
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ram
It is the conditional based waiting mechanism with which we
can make the tool in waiting state until the specified
condition is satisfied.
Object hierarchy. waitproperty, "property name", property
value, extra time in milli seconds
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / akshar jain
you can use the sync property that is widely uded in our
company for eg
browser("pegasus").page("pegasus").sync
or for an image
browser().page().frame().image
().waitproperty,"visible",true,10..this line will wait till
the image is completely loaded
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shiva
synchronization is a process of matching the speeds of both
the tools and applications in order to keep them in sink
with each other.the main concept of synchronization is tool
to wait,still the application finishes its work.
Syntax for synchronizations:
Object hierarchy.Wait property("property name","property
value").Extra time in milliseconds
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahaboob
synchronization:During the test execution the qtp script
execution time may not match with the application under
test script,the time gap between the qtp script to
application undertest the test is fail,to avoid this we
bridge the time gap between them ,we have to use the
1)increase the default synchronization time out patameters
2)using exist statement
3)using wait statement
Ex:
Browser(Browser name).page(pagename).frame(frame name).wait
(mille seconds)
| Is This Answer Correct ? | 0 Yes | 0 No |
HI. Plz Clarifie my doubt,having 2+yrs experience in Testing , But My accedamics(Xth,INTER) are Less than 60%, But B.Tech 72%. It creats any problem , When i change to any MNC. plz tell me......... lot of friends told it's a problem, Some people says NO problem, What .............
Explain the differences between table and db checkpoints?
What is Expert view?
What is Object Spy in QTP?
What is the latest version in QTP?
55 Answers Bharti, Polaris, US Technology,
Hi, OUR PROJECT NAME IS: HOSPITAL CONTROL SYSTEM. IS IT COMES UNDER WHICH DOMAIN(HEALTH CARE OR HEALTH INSURANCE)
How is test case write?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
0 Answers Magna Infotech, Oracle,
wht type of User defined functions or Java Releated functions Do we write in VB scripting
what is exacltly TIERS ?
what is the structure for the data driven framework
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.