what is difference between wait and synchronization point.

Answer Posted / deeps

when you use wait command, the tool waits for the given
time and moves on even if the object has not appeared.
Whereas synchronization point waits until it sees the
object.

object may appear sooner or later than the given wait time.
If the object appears sooner than it has wait until it
reaches the given time or if the object appears later than
the test fails. So it is always a better bet to use
synchronisation point.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the concept of object repository and how qtp recognises objects?

534


When and why to use descriptive programming?

614


what is the structure for the data driven framework

1489


How does quicktest professional (qtp) identifies the object in the application?

583


Explain the check points in quicktest professional (qtp)?

562






Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1352


What is standalone database?

1751


How can you identify the browser and its information using the qtp script?

587


How to find array size in qtp?

587


hou can we use vb script in qtp could u tell me breafly

1745


can any body give the banking domain concepts/links

3639


How to integrate the qualitycenter with qtp

1779


what are the mandatory properties for a tex boxc (scenario?)

1531


what function you write to do database testing with the help of qtp?

1365


What is synchronization? What are the ways you can synchronize?

655