HEADER

Ada Test Script Language

Purpose

The HEADER instruction specifies the name and version of the module under test as well as the version number of the test script.

Syntax

HEADER <module_name> , <module_version> , <test_plan_version>

<module_name>, <module_version> and <test_plan_version> are character strings with no restrictions, except for versions beginning with a dollar sign ('$'). These instructions must be followed by an identifier.

Description

This information contained in the HEADER keyword is reproduced in the test report header to identify the test sequence.

The module and test script versions can be read from the environment variables if they are identifiers beginning with a dollar sign ($).

The HEADER instruction is mandatory, but its arguments are optional. It must be the first instruction in the test program. If it is absent, a warning message is generated.

Example

HEADER histo, 01a, 01a

BEGIN