FLUSH_TRACE

System Testing Test Script Language.

Syntax

FLUSH_TRACE

Description

The FLUSH_TRACE instruction dumps the execution traces stored in the circular buffer to the .rio file.

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

The FLUSH_TRACE instruction can be used in a PROC, SCENARIO, INITIALIZATION, TERMINATION, or EXCEPTION block. You may not use FLUSH_TRACE in a CALLBACK or PROCSEND block.

Example

SCENARIO one

(...)

FLUSH_TRACE

(...)

END SCENARIO

Related Topics

-TRACE=CIRCULAR, TRACE_ON, TRACE_OFF