RENDEZVOUS

System Testing Test Script Language.

Syntax

RENDEZVOUS <identifier>

Description

The RENDEZVOUS instruction allows you to synchronize several virtual testers. A rendezvous name is the <identifier>following the keyword.

When the scenario is executed, the RENDEZVOUS instruction stops the execution until all virtual testers have reached the rendezvous point, thereby validating the rendezvous.

When the rendezvous is valid, the scenario resumes the execution.

A RENDEZVOUS identifier does not appear more than one time in a scenario.

Example

SCENARIO Connection

RENDEZVOUS begin

...