Skip to content

Statuses

Scenario statuses help you quickly understand the current state of a Website scenario.

StatusDescription
Not recordedNo steps have been recorded for this scenario yet.
RecordedScenario steps have been recorded and are ready for execution.
ValidThe scenario configuration is valid and ready, but the scheduler is not set.
QueuedManual execution has been triggered. The scenario is queued until the current scenario execution completes.
ProcessingThe scenario is currently being processed, such as during execution or while generating related assets (for example, thumbnails).
PassThe scenario ran successfully and all steps passed. Next runs are scheduled.
ErrorScenario execution failed due to errors in one or more steps. The configured Failures to alarm threshold was reached, triggering the Error status.
AcknowledgedThe scenario was in an Error state, but the issue has been acknowledged.

Scenario statuses are visible in several places in TestCLIX:

  • Workspace – in the workspace tree, each scenario displays a colored status indicator (dot) showing its current state. In workspace grid and table views, the current scenario status is displayed as a status badge, such as Pass, Error, or Acknowledged.

  • Scenario overview – the Overview tab displays the current scenario status together with execution and evaluation details.

  • History – the History tab shows how the scenario status changed over time and how individual runs affected it.

Statuses view

The History tab combines two types of information:

  1. Run history – individual scenario executions
  2. Status changes – transitions between scenario statuses

This helps track both execution failures and the resulting status updates.

Scenario all history view

The Runs in evaluation period section displays scenario executions included in the current evaluation window.

It also shows:

  • Scenario status – the current overall scenario state.
  • Evaluation period – the time range used for evaluation.
  • Failures to alarm – the number of failed runs required before the scenario enters the Error status.

When the configured failure threshold is reached, TestCLIX changes the scenario status to Error.

Runs in evaluation period

For more information, see Alarm and Notifications.

Run status represents the result of a single scenario execution. This is the default filter in the Scenario history section.

Each run entry includes:

  • Trigger – how the run started
  • Executed at – execution timestamp
  • Message – execution details or failure reason
  • Run status – execution result, such as Error or Pass
  • Revision – scenario revision used during execution
TriggerDescription
Manual triggerStarted manually by a user.
Scheduled triggerStarted automatically by the configured scheduler at a defined interval or time.
System triggerStarted automatically by TestCLIX as part of an internal system action, such as thumbnail generation or other background processing.
Runs status

Status changes describe transitions between scenario states. This is another filter in Scenario history.

Examples:

  • ErrorAcknowledged
  • AcknowledgedError
  • ErrorPass

Each record contains:

  • Info – additional context
  • Executed at – when the change happened
  • Message – transition reason
  • Status change – previous and current status

Common messages include:

  • Manually acknowledged
  • Test recovered
  • Test failed
Status change

When a scenario enters the Error status, you can acknowledge the error to indicate that the issue is known and is being handled. You can acknowledge an error in one of the following ways:

  1. Locate the scenario you want to update.

  2. Open the three-dot menu.

  3. Select Mark error as acknowledged.

    Trigger acknowledged from the three-dot menu

The acknowledgement is recorded in History as a status change entry with the message Manually acknowledged.

If a later run succeeds, TestCLIX automatically updates the scenario status and adds an entry such as Test recovered.