Test Queue is the section of the TestFirst app that allows you to track your automated tests execution. In order to open this section, in TestFirst web or desktop app, click Automation in the left menu panel, and click Test Queue.
In the Test Queue page, you will find 2 sections: Test Queue and Recently finished tests.
Test Queue
The Test Queue section of the Test Queue page is represented by a table with all tests currently in queue. Once the test run is finished, the test will be moved from this table to the Recently finished tests section of the page. Below you will find a table with the descriptions of each of its columns.
Column | Description |
Enqueued at | The timestamp of when the test was added to the test quueue. |
Started at | The timestamp of when the test run started. Only populated when the execution of the test has started. |
Test Plan | The test plan the test belongs to. Only populated for the tests executed as a part of a test plan. |
Test |
The title of the test. |
State |
The current status of the test run. Can be one of:
|
Actions on Enqueued Tests
There are several actions you can perform on enqueued tests:
- Postpone - postpones the test run. Only available for tests in LookingForRunner state.
- Return to queue - returns the postponed test to the queue. Only available for tests in Postponed state.
- Cancel - cancels the test run.
After performing any action on a test in the queue, refresh the page to see the updated state of the test. |
Recently finished tests
The Recently finished tests section of the Test Queue page is represented by a table that contains the information about the last 30 executed automated tests. Below you can find the description of each column of the table.
Column | Description | ||
Enqueued at | The timestamp of when the test was added to the test quueue. | ||
Started at | The timestamp of when the test run started. | ||
Finished at | The timestamp of when the test run finished. | ||
Test Plan | The test plan the test belongs to. Only populated for the tests executed as a part of a test plan. | ||
Test | The title of the test. | ||
State |
The current status of the test run. Can be one of:
|
||
Test Result |
The final status of the test. Can be one of:
|
||
Failure summary | A short summary of the failure reason, which contains the line number at which the test failed, as well as the text of the line. E.g.: Failed step at line 5: Then "LOG IN" is displayed |
Comments
0 comments
Please sign in to leave a comment.