BEGIN

C Test Script Language

Purpose

The BEGIN instruction marks the beginning of the test program.

Syntax

BEGIN

Description

BEGIN marks the beginning of the C code generation.

The BEGIN instruction is mandatory and must be located before any other Component Testing instruction for C, except a HEADER instruction.

If the BEGIN keyword is not found, a warning message is generated and a BEGIN instruction is implicitly created before the first occurrence of a SERVICE instruction.

Related Topics

HEADER | SERVICE