>
> Whats the Difference between Wait, Wait Property, Sync,
>>> Synchornization point ???
>>>
>>> Wait:- Wait is used to hold QTP until and unless whatever the  time you
>>> mentioned in wait
>>> statement
>>
>>                Syntax:Wait(time in Sec)

           Wait Property:- It is also holds the QTP until and unless the
Property will match the object property.

 Syntax:Window("............").WIinEdit("............").WaitProperty("Property
Name","PropertyValue",Timeout in millisec)

          Sync: It is used only for web application and same as wait
statment.

 
Syntax:Browser("...........").Page("...............").WebEdit("..................").Sync

         Synchornisation Point: through script we use this option but it
same as waitproperty.
Syntax:Click on Record---->Insert--->Synchornisation point---->select the
required option on ur application where to hold the QTP n click now set the
property name and property value and timeout in msec.

         Window("Google
Chrome").WinObject("Chrome_RenderWidgetHostHWND").WaitProperty "enabled",
true, 10000

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to