TRACE_ON

System Testing Test Script Language.

Syntax

TRACE_ON

Description

The TRACE_ON instruction stores execution traces in the circular buffer.

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

Associated Rules

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

Example

SCENARIO one

...

TRACE_ON

...

END SCENARIO

Related Topics

TRACE_OFF | FLUSH_TRACE