Reporting Test Cases and Last Execution Results from RQM
![]()
Hi Team,
I am trying to create report which will show list of all project test cases with last result of execution for each one.
Of course I can find that in Execution->Test Cases (icon before name) but I need success or fail as separe column to sort that.
I am trying to use birt for that purpose and I need you suggestions which tabels and value should I use to make it working
Please HELP
|
4 answers
![]()
RQM tracks execution status of TCER (test case execution record) not the test case, so it is hard to say the last status of a test case.
Since 4.0.1, some RQM OOTB execution related BIRT reports added a new parameter 'Most Recent Iteration Only' to give user a chance to show the last execution result of TCERs regardless different iteration (the test plan, test case and test environment are the same for those TCERs). It was implemented by javascript in data set. You may could refer to the report template to do the similar thing to show the last execution result of test case instead of last execution result of TCER. One referencing report is the report template 'Execution Status using TER Count.rptdesign'. |