DECLARE_INSTANCE

System Testing Test Script Language.

Syntax

DECLARE_INSTANCE <instance> {[,<instance>]}

Description

The DECLARE_INSTANCE instruction allows you to define the set of the instances described in the test script.

A DECLARE_INSTANCE instruction takes effect after you have declared it.

<instance> may be any identifier. The DECLARE_INSTANCE must have at least one instance name passed by parameter.

Example

HEADER "DEMO SOCKET", "1.0", "2.4"

DECLARE_INSTANCE client, server

SCENARIO Main

...

END SCENARIO

Related Topics

INSTANCE