Timer checkpoint

Verifies that a stopped timer does not exceed a defined duration limit. The timer records all types of time measurements (elapsed, device, UX, and system) , and the validation is performed against one specific type.

The timer must be stopped before performing this validation.

Parameters

Name Type Possible values Description

Timer ID*

String

TimerA | TimerB | TimerC

Unique timer identifier to control.

Upper time limit

Number

 

The maximum duration, in seconds, allowed for this timer.

Lower time limit

Number

  The minimum duration, in seconds, allowed for this timer.

Timer type

String

Elapsed | Device | UX | System

The selected timer type, where:

  • Elapsed is the elapsed time (no segmentation)

  • Device is the device work time

  • UX is the user experience time

  • System is the system activity

Comment

Comment

 

Adds a comment to the script.

On-fail Result*

Condition

Ignore | Break | Continue | Abort | Catch

The behavior when the checkpoint fails.

* Mandatory parameter