Rendezvous_exists
a conditional tag that can be used in the existing conditional situations such as in if, while, switch tags to make a decision of taking a certain path based on a more complex condition than equality. This tag only validates that the rendezvous point with the specified id exists.
Required Attributes
id
the unique identifier used to reference this particular rendezvous point within a DTF testcase.
Usage Examples
Example #1
<while>
   
<not>
      
<rendezvous_exists id="rendezvous" />
   
</not>
   
<sleep time="10ms" />
</while>