MEMBERS

System Testing Supervisor Script Language.

Purpose

The MEMBERS instruction lets you declare the number of members awaited at a given rendezvous.

Syntax

MEMBERS <rendezvous> <number>

where:

Description

MEMBERS lets you synchronize virtual testers with the RENDEZVOUS instructions or with other applications with the rendezvous Target Deployment Port.

A <rendezvous> identifier must be unique within the supervision script. If not, an error message is produced and the scenario execution fails.

Example

...

MEMBERS beginning 3

...

EXECUTE machine_1:test1

EXECUTE machine2:test2

...

RENDEZVOUS beginning

Related Topics

RENDEZVOUS