05.05 - Commands

cleanup

@See : Since Squash TA 1.7.0, this command moved to local process plugin

pause

Description: Makes the test execution sleep for a given time (expressed in milliseconds).

EXECUTE pause WITH $(<n>) AS $()

Input:

    • <n>: an integer. It represents the time in milliseconds.

log

Description: This instruction allows writing a message in the log console.

EXECUTE log WITH $(<message>) USING $(logLevel: <level>) AS $()

Input:

    • <message>: The message you want to display in the log console.

    • <level>: The log nivel to use : DEBUG, INFO, WARN or ERROR.