How can i get list of test cases executed on a particular day?
Accepted answer
Hi, Shaji
The simplest way is to create a Test Case Execution Record(TCER) query.
You can go to TCER view and add column 'Last Result Completed'.
Then add a filter to this column(set a specific day) and save the query(Run the query to see
the result is expected or not).
Then in the dashboard, you can add widget 'Execution Records Query' and set the above
query to it.
It will show the total number executed and you can hover it to see the list of test cases.
It would look like:
Another option is to use JRS if you are on v5.0.2 or later.(RRDI or custom Birt reports could achieve the same but JRS would be the easiest)
I hope this helps.
The simplest way is to create a Test Case Execution Record(TCER) query.
You can go to TCER view and add column 'Last Result Completed'.
Then add a filter to this column(set a specific day) and save the query(Run the query to see
the result is expected or not).
Then in the dashboard, you can add widget 'Execution Records Query' and set the above
query to it.
It will show the total number executed and you can hover it to see the list of test cases.
It would look like:
Another option is to use JRS if you are on v5.0.2 or later.(RRDI or custom Birt reports could achieve the same but JRS would be the easiest)
I hope this helps.
Comments
Hi Don Yan,
Thank you very much for the response...
Is there anyway I can get the cases executed today without changing the query everyday?
Hi, Shaji
If you use JRS report, you can specify Today attribute, but query does not have Today option hence you can only specify a date or relative date(for example, 1 day ago etc).