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

Browser("Las Vegas Hotels - Las").Page("Vegas Hotels - Hotels").Link("Luxor") ......here Luxor is a hotel and this is recognised as a link. I have many hotels like Luxor, Palms etc which are all displayed as link...How do I parametrize this by using webtable functions??? ASAP

1 Answers   HP,


How QTP recognizes Objects in AUT?

8 Answers   Blue Star,


What is the difference between a Function and Action in QTP?

0 Answers   Wells Fargo,


Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc

6 Answers   Keane India Ltd,


Can I change properties of a test object?

0 Answers  






When ‘option explicit’ keyword is used in qtp?

0 Answers  


What are they Advantages and Disadvantages in QTP 9.2?

1 Answers   Infotech,


what is defination of intergration testing?

2 Answers  


Can you write a script for to insert array elements in an excel A to Z columns only. if the number oe elements in the array is greater than the number of columns (A to Z), come to next row and proceed furthur. eah cell should contain only one array value.

1 Answers  


explain all the check point in QTP?

1 Answers   BirlaSoft,


how to calculate no. of repeating characters in a a string..please give me the code

14 Answers   CTS, Hexaware,


how can i replace any text from the qtp script with some anothere text

1 Answers   Livetek,


Categories