Rendezvous_visit
Visit the rendezvous point and waiting till all of the parties that were designated to synchronize on this point have arrived. This tag also includes a timeout so you can timeout and abort the waiting because you have a limit on how long any of the other parties can take to show up.
Required Attributes
id
the unique identifier used to reference this particular rendezvous point within a DTF testcase.
Usage Examples
Example #1
<rendezvous_visit id="rendezvous" />
Example #2
<rendezvous_visit id="rendezvous" timeout="2h" />