The smart scheduler object

The smart scheduler object describes a scheduled execution. TestOps generates a smart scheduler object when you schedule an execution with the smart scheduler interface.

1793

The smart scheduler interface

To learn about test scheduling in TestOps, see Schedule test runs.

Smart scheduler properties

{
  "runConfiguration": {...},
  "scheduler": {...}
}

A smart scheduler object contains the following properties:

PropertyTypeDescription
runConfigurationrun configuration objectThe object representing the execution configuration.
schedulerscheduler objectThe object describing how the execution should be triggered.