TRACE_OFF

System Testing Test Script Language.

Syntax

TRACE_OFF

Description

The TRACE_OFF instruction turns off storage of execution traces in the circular buffer.

This instruction is taken into account only when the -TRACE=CIRCULAR option is set.

Associated Rules

The TRACE_OFF instruction can be used in PROC, SCENARIO, INITIALIZATION, TERMINATION, or EXCEPTION blocks, but not in CALLBACK or PROCSEND blocks.

Example

SCENARIO one

...

TRACE_OFF

...

END SCENARIO

Related Topics

FLUSH_TRACE | TRACE_ON