SEND

System Testing Test Script Language.

Syntax

SEND ( <message>, <channel> )

Description

The SEND instruction allows you to send a <message> on a specific <channel>. It calls the message-sending procedure associated with the message and communication types.

The SEND instruction may be located in a PROC, SCENARIO, INITIALIZATION, TERMINATION, or EXCEPTION block.

Example

CHANNEL appl_comm: appl_ch

#message_t msg;

SCENARIO TEST_1

FAMILY nominal

...

SEND( msg, appl_ch )

Related Topics

PROCSEND, VIRTUAL PROCSEND