How to search TCERs with status In Progress?
When looking at the Execution Console (RQM 4.0.6) I know we can filter by Status.
However, when looking on TCERs, I couldn't find a way to filter only for those TCERs that are pending execution. The closest (I found) would be filtering by "Last Result". However, this column doesn't show the "In Progress" option and, as such, doesn't allow me to filter for what still needs to be completed.
Any ideas?
|
Accepted answer
Hi Taly,
Go to Manage Project Properties-> Execution States and enable "In progress" state.
You should be able to see it under "Last Result" after that.
-Vidya
Taly Hotimsky selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
This one is quite curious. In the TCER result set page, four executionResultStatesDTO requests with different parameters are sent to the server and the "In Progress" state is returned in one of these responses. As it turns out, the "In Progress" state is hidden, and it is intentionally removed from the "Last Result" column. Here is its JSON presentation.
The other hidden state is "Paused".Hi Donald.
Also, do you happen to know if there's any good reason for hiding these statuses? It doesn't seem to make sense.