WTIME

System Testing Test Script Language.

Syntax

WTIME

Description

WTIME is a macro that acts as a timer in a WAITTIL instruction.

The value of WTIME is reset to zero before every WAITTIL. The value is a multiple of the time unit. By default the time unit is 10ms and can be customized in the TDP.

You can assign parameters to the timer's unit of time in the Target Deployment Port.

Example

...

SCENARIO Acknowledge

...

WAITTIL (MATCHING (OK), WTIME > 1000 )

END SCENARIO