Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is synchronization? what is the purpose of wait()
function? what is the diff. between wait() and other
synchronization functions in winrunner?

Answers were Sorted based on User's Feedback



What is synchronization? what is the purpose of wait() function? what is the diff. between wait() a..

Answer / vsnraju19

when tool speed is diffrent from application speed then we
go for synchronization to sync both the application and
tools to match

wait functions is used to make the winrunner to wait till
the time it inserts or captures full image
there are three synchronosation

wait for window
wait for object property
wait for bitmap

Is This Answer Correct ?    13 Yes 3 No

What is synchronization? what is the purpose of wait() function? what is the diff. between wait() a..

Answer / jyotsna

synchronization point is time mapping between tool and
application.

wait()defines the fixed waiting time. Its better to not to
use wait().b'coz it'll show fixed waiting time, means if ur
specified operation completes within or above that time the
results will vary.

Corrct me if i'm wrong:)

Is This Answer Correct ?    6 Yes 1 No

What is synchronization? what is the purpose of wait() function? what is the diff. between wait() a..

Answer / pramod

synchronization is a meaningful delay time between two
events. for EX: if we want to open new event after
finishing the first event. synchronization save the wastage
time and immdietly opened the second event after finished
first one. max time for first event= Global time+
synchronization time. if the event completing before the
time it will jump to next event. but in wait function if
that first event not completing with in the global time it
will through an error. and if it finished before the time
then it will wait for that time period which is waste of
time.

Is This Answer Correct ?    3 Yes 2 No

What is synchronization? what is the purpose of wait() function? what is the diff. between wait() a..

Answer / sunny

what ashok told is correct and you to jyothsna can any body
say how we can do the sync for obj and bitmap pls

Is This Answer Correct ?    0 Yes 0 No

What is synchronization? what is the purpose of wait() function? what is the diff. between wait() a..

Answer / kavitha potru

By the time of test execution will be getting runtime errors due to some timegap inbetween tool and application,In that case tool wants to perform operation on the object will be getting run time errors there we need to map application time and tool time in a comman time that process is called Synchronization
By the time of inserting Synchronization we need to use bellow properties
1.Wait property
2.Wait
3.Increase time
4.Exist methode

In this a wait property will wait for particular application object execution but not wait for given time
but "wait" is wait for given time

Is This Answer Correct ?    0 Yes 0 No

What is synchronization? what is the purpose of wait() function? what is the diff. between wait() a..

Answer / guest

In synchronization point the winrunner wait for application
or bitmap images. It will take their own time.

But in wait function you can mentioned the time.
for ex. wait(12); - means winrunner wait for 12 sec. It is
possibile to images or application loaded before that. So
the time is waste.

Better to use sync points than wait()

Is This Answer Correct ?    3 Yes 4 No

What is synchronization? what is the purpose of wait() function? what is the diff. between wait() a..

Answer / nashokn

In synchronization point the winrunner wait for the bitmap
images or other controls should disabled or enabled. It
will take their own time.this is suitable for standalone
systems and network or web tech.
wait function will wait for certain time once that is
completed it start executing other scripts.it is suitable
for internet or network applications.

Is This Answer Correct ?    0 Yes 2 No

What is synchronization? what is the purpose of wait() function? what is the diff. between wait() a..

Answer / purushotham

Synchronisation and Wait() function available in Silk test,

If It is available please, give me the guide lines.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More WinRunner Interview Questions

what is test bed

1 Answers   Satyam,


Explain WinRunner testing process?

2 Answers  


how u can crate a database checkpoint in ur script?

2 Answers   MBT,


How do you view the contents of the GUI map?

1 Answers  


what are the supporting development environments supported by winrunner

1 Answers  


How to check property of specific icon is highlighted or not?

0 Answers  


What is Diff. between Pause() ,report_msg() statements?

6 Answers  


what is the difference between synchronization pt and wait statement. what are the advanatages and disadv..of context sensitive and analog recording

4 Answers   FCG,


How do u check FONTS in Login Window?

0 Answers  


What is the automation process in winrunner?

3 Answers   Second Foundation,


Can anyone tell me the real usage of compiled modules and user defined functions stating real time example

1 Answers  


how we will create the functions and calls that functions in the main test in winrunner

2 Answers  


Categories