what is syncurnisation point? what is the use of this in
real time environment? plz explain?

Answers were Sorted based on User's Feedback



what is syncurnisation point? what is the use of this in real time environment? plz explain?..

Answer / sai sankar

Synchronisation point is used in QTP to give a time map
between the tool and the application. With this feature(SP)
the tool(QTP) waits for the application to be completed for
certain actions (basically internal actions which takes
some time to be completed like updating a data in the
database etc) while executing the scripts.

Again we can use SP and also we can increse the Timeout
option in QTP from the same purpose.

But by using SP tool waits till the action process ends ,
while by using timeout option the tool waits for a specific
time period given by us ,irrespective of the fact that the
process /action is over or not.

Is This Answer Correct ?    1 Yes 0 No

what is syncurnisation point? what is the use of this in real time environment? plz explain?..

Answer / rajesh

snychronisation point in your test script instructs
winrunner to stop execution untill the application being
tested is ready and then to continue the test[basically it
is used when ever there is multi-tasking or processing in
the application]

hope u got it now.
Regards,
rajesh

Is This Answer Correct ?    0 Yes 0 No

what is syncurnisation point? what is the use of this in real time environment? plz explain?..

Answer / venkat

tool wait set of amount of time for an application to
respond to its input.during the test run th default amount
of time may not be enough, the tool continue to test the
application,before the application not ready.this leads to
error in the script.this is the synchronisation between
tool and the application.
the default amount of time the winrunner waits is 10
seconds.
the default amount of time the rational robot waits is 1
sec.

Is This Answer Correct ?    0 Yes 0 No

what is syncurnisation point? what is the use of this in real time environment? plz explain?..

Answer / k.chandra sekhar

a) Synchronization point in your test script instructs
tool (like W/r or QTP) to stop execution until the
application being tested is ready and then to is multi
tasking or processing in the application
b) This is the main use of the real time

My name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
If any body want full explain send the mail

Is This Answer Correct ?    0 Yes 0 No

what is syncurnisation point? what is the use of this in real time environment? plz explain?..

Answer / anonymous

Synchroni.p is used to tell qtp that it should wait for
some time to perform action on the SUT.
Whenver there is 3rd application involvement in testing, we
use this.

1 applic= qtp
2 applic=AUT
3 rd application- DBMS.
- web servers
every application take some time to perform action. Since
we don't know the behaviour of 3rd apli, we should use sync
point.

Is This Answer Correct ?    0 Yes 0 No

what is syncurnisation point? what is the use of this in real time environment? plz explain?..

Answer / nandankumar

"Syncronization is a process of matching the speeds of both
Qtp and application in order to sync with each other to
obtain proper testing results".

3 ways we can do

1.by inserting the syncronization point statement
--by default qtp has 20 sec's for executing any test..but
if we insert sycronizatin point statement (time in milli
sec's)
suppose if we give 5000 millisec's(5 sec's) then it will
wait default time (20)+5 secs.
with in this time if qtp identifies the object information
then it will perfom the actions on the application..if not
identify that means the application is too slow not sync
with the qtp then it fails and shows us the error..


2.By inserting wait statement

wait(time in sec's)
if we suppose give
wait(50)
then it will wait blindly 50 sec's

3.Increasing the default time
by default we know that qtp has 20 sec's
we can increase this in menu item file -settings- 60 sec's
if we increase this blindly qtp will wait 60 secs and
perform action on aut.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How to write script to display a message box having the "Date" value of the fourth mail(yahoo account). I've tried it with the web table concept but the content doesn't get displayed? Please help me out to resolve this :-)

2 Answers  


How many types of Parameters are available in QTP? and Pls Explain with example.

4 Answers   LG Soft,


what is the smart identification techniqu?what r the different mechanisums used in it?

0 Answers   Accenture,


If we write a script in the expert view how are the objects created in the object repository? to be clear i will explain my problem first i have recorded the mercurytours application by providing the link www.mercurytours.com and all the objects are stored in the object repository ok this is fine. but i have copied the script generated in the above processes and pasted in a new test and tried to run that script but as the objects were not stored in the object repository it showed an error (The "Welcome: Mercury Tours" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object).so how can i overcome that error

6 Answers  


distinguish between old version and new version QTP features.

0 Answers   CTA,


Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks

0 Answers  


I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.

1 Answers   IBM,


Hello Everybody, Please tell me can we create Test Plan in QTP? This I am asking irrespective to integrating with Test Director.I mean is there any option to create Test Plan in QTP itself. Thanks, Gaytri

4 Answers  


Have you performed Debugging and how did you?

2 Answers  


how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?

0 Answers   IBM,


How to create runtime property for an object?

7 Answers  


assume i have few url link how will i dynamically call then using descriptive programming?

0 Answers   BirlaSoft,


Categories