RQM widgets for Test Cases
![](http://jazz.net/_images/myphoto/54ab8443d6b23e4d265b8d5798f55806.jpg)
Hi,
- test cases that they are the Owner of that are not in a passed status <o:p> </o:p>
- test cases that they ran the last execution record that are not in a passed status <o:p> </o:p>
- test cases that they are the owner of that are in a passed status <o:p> </o:p>
- test cases that they ran the last execution record that are in a passed status. <o:p> </o:p>
Thanks,
One answer
![](http://jazz.net/_images/myphoto/54ab8443d6b23e4d265b8d5798f55806.jpg)
Hi Naveen,
You can use Artifact Query based widget (Test Artifact widget) for this. Create a query for Test Case Execution Records table view and use it in the Test Artifact widget to show the results. Test Artifact widget is a live widget and it doesn't require any data warehouse jobs to run.
e.g. to report - test cases that they are the Owner of that are not in a passed status -
1. Open Execution -> Browse Test Case Execution Records.
2. Open inline filter area.
3. Create a query by selecting desired owner for the "Owner" column and desired last result states for the "Last Result" column.
4. Add "Test Artifact" widget in the dashboard
5. Select Artifact Type as Test Case Execution Record and select the recently created query.
6. For Display Settings, select desired columns to show. You can select Test Case column, if you are looking for Test Case reports.
7. Click OK button to show the report.
Similarly create the query for remaining reports and use it in the new Test Artifact widget on the Dashboard. Hope this helps.
Thanks,
Vijay.