Hi any body can tell me the synchranization point syntax
thanks
in advance

Answers were Sorted based on User's Feedback



Hi any body can tell me the synchranization point syntax thanks in advance ..

Answer / prashanth chenna

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

Hi any body can tell me the synchranization point syntax thanks in advance ..

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

Hi any body can tell me the synchranization point syntax thanks in advance ..

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

Hi any body can tell me the synchranization point syntax thanks in advance ..

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

Hi any body can tell me the synchranization point syntax thanks in advance ..

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

Hi any body can tell me the synchranization point syntax thanks in advance ..

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

Post New Answer

More QTP Interview Questions

why don’t use real time they r not using check points

1 Answers   Wipro,


.how will you load the object during runtime

2 Answers   TCS,


How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)

0 Answers  


How to add multiple values in rows, under a single column of a run time datatable?

3 Answers   NIIT,


How to carry out bit map check points in QTP

0 Answers   kenexa,






How you create new action in qtp?

0 Answers  


In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

0 Answers  


How many actions we can create with in a test?

7 Answers  


How to access values from Unix OS and how to write..

1 Answers  


Explain the concept of object repository & how QTP recognises objects?

1 Answers  


where we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code

3 Answers  


What are the different types of recording modes?

0 Answers  


Categories