RESET

System Testing Test Script Language.

Syntax

RESET <identifier>

Description

The RESET instruction lets you reset the <identifier> timer.

Declare the timer identifier with the TIMER instruction.

You may use a timer identifier only once in the same block. The timer immediately restarts after being reset.

Example

TIMER time

SCENARIO Connexion

...

RESET time

...

END SCENARIO

Related Topics

TIMER, TIME