WaitProperty – method is used to instruct QTP to wait the execution
process until it
matches with the object property value based on the specified time.
E.g. Browser("Welcome: Mercury Tours").WaitProperty "name" "Welcome:
Mercury Tours" 5000 name - property name
Welcome: Mercury Tours - property value
5000 - number of milli seconds to wait
Wait – method is used to instruct the QTP to wait the execution
process based on
the specified time only but not on any condition
E.g. Wait 5 (or) Wait(5) ‘5 Seconds
By providing synchronization point tester tries to match the execution
speed of QTP and Application because it may happen that the next
operation that you are performing is depending on previous result and
it is not generated yet.
Default wait time for any object is 20 second and object is not
appearing in 20 second than that may fail script. So to avoid such
condition we use Synchronization Points
On Jan 12, 11:33 am, Kevin <[email protected]> wrote:
> Hi Team, I am new to QTP,
>
> here am having a small doubt,
>
> Whats the Difference between Wait, Wait Property, Sync,
> Synchornization point ???
--
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