PAUSE instruction

System Testing for C

The PAUSE instruction lets you temporarily stop test script execution for a given period.

The unit of the PAUSE instruction is defined during execution of the application, with the WAITTIL and WTIME instructions.

Example

HEADER "Socket validation", "1.0", "beta"

#long time = 20;

PROC first

PAUSE 10

...

END PROC

SCENARIO second

SCENARIO level2

PAUSE time*10

...

END SCENARIO

END SCENARIO

Related Topics

TIME Instruction | TIMER Instruction | RESET Instruction | PRINT Instruction