COMMENT

C Test Script Language

Purpose

The COMMENT instruction adds a textual comment to the test report.

Syntax

COMMENT [<text>]

Argument

<text> is an optional text string to be displayed.

Description

The COMMENT instruction is optional and can be used anywhere in the test script.

The position of the COMMENT instruction in the test script defines the position in which the comments appear in the test report.

    Within an ELEMENT block: the comment appears just before the variable state descriptions.

    After a TEST instruction: the comment appears in the test header, before the variable descriptions.

    After a SERVICE instruction: the comment appears in the service header, before the test descriptions.

    Outside a SERVICE block: the comment appears in the service header following the declaration, before the test descriptions.

Example

TEST 1

FAMILY nominal

COMMENT histogram computation for a black image

ELEMENT

 

Related Topics

ELEMENT | TEST | SERVICE