COMMENT

COMMENT

System Testing Test Script Language.

Syntax

COMMENT

Description

The COMMENT instruction allows you to add comments to the results file by inserting text.

Its use in test scenarios is optional.

The position of the COMMENT instruction in the test program defines the position in which the comment appears in the test report.

The COMMENT instruction may appear in a PROC, SCENARIO, INITIALIZATION, TERMINATION or EXCEPTION block.

In the command line interface, you can deactivate the processing of comments by adding the -NOCOMMENT option to the C Test Script Compiler command line.

Example

SCENARIO TEST_1

FAMILY nominal

COMMENT calling connection confirmation

CALL api_trsprt_connectionCF()

...