Test Status Overview
The test status dashboard allows you to review the progress of your tests. You can either launch it through the tools dropdown of an XTC folder or through the TEO Test Execution Overview dashboard in the dashboard folder
The TEO dashboard allows to select one or different XTC folder(s) and show the test coverage as well as the status of the executed tests. The test coverage will consider all items within the project and see how many are effectively executed in the selected folder.
This can be configured by editing / adding a project setting "teo_config". In this config you can define a search expression which returns the items from a specific folder to be covered
How tests are classified (as passed or failed or whatever) can also be configured in a project setting "teo_config" by adding a following property
testResultQueries : []
Each query in the array has
- a displayString (the name shown in the UI)
- a mrqlPart expression added to the search finding the items
- a color used to color the charts
For example to classify the issues in 3 groups instead of the default 5 you could specify:
See how quickly you can navigate and get an overview of your test results:
If the XTCs are linked to JIRA tickets the links can be shown underneath each XTC item if the following
It is also possible to turn this on globally in the project settings for the TEO dashbaord.
In the same setting it is also possible to select other fields which should analyzed for the dashboard, showing which value was entered how often in the selected tests.