Job Queue

This provides information on how to manage test jobs and get more details on them.

A test set that you have started to execute is called a "Execution" in TestResults.io.

The Job Queue Screen gives you an overview of all executions that are either planned, currently running or were completed within the last 24 hours.

A job can be in one of the following states

State

Description

Queued

The execution is currently scheduled but not yet picked up by a scaler

Preparing

The execution was picked up by a scaler and the test environments are prepared (VM started, software deployed, etc.)

Running

The execution of the test case started

Completed

The execution of the test case is completed

Canceled

The execution was canceled before the execution did finish

The result of a job is a summary of the result of all test cases executed within this job. For possible results, please see test report results page. The priority of the results is according to the following table. The result of the job is always the result with the highest priority of any of the included test cases.

1 (highest)

2

3

4

5 (lowest)

Canceled

Error

Aborted

Failed

Passed

As you can see a job can only have the result "Passed" if all of the included test cases are passed.

Details View

For more details you can click on any row in the job list and can see the complete content of the test set that is executed with this job.

Last updated