Reports

Tuesday, July 15, 2014
Avatar
How can i get a report that has all the test case details for a project group?
2 Replies
Friday, July 18, 2014
Avatar
inflectra.jimx
re: sreenutamma Tuesday, July 15, 2014
Hi Sreenu

To report across an entire project group, just use the Administration > System > Edit Reports page to create a new custom report.

Add a custom section to this report and then add the 'TestCases' view to the query builder. Change the ${ProjectId} in the WHERE clause to ${ProjectGroupId} and it will now generate a report for all the test cases in the group rather than the current project.

Regards
Jim
Monday, March 30, 2015
Avatar
re: inflectra.jimx Friday, July 18, 2014
Couldn't get this to work

something like this?
select value R from SpiraTestEntities.R_TestCases as R where R.PROJECT_ID = ${ProjectGroupId}

I'm in a project group 4 (self made) and this gives missing an element as a result.
when i select preview results in edit reports it gives test cases in one project in one project group (#1)

Should this give all test cases in the project group this project is in as a result?

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Tuesday, July 15, 2014
  • Last Reply: Monday, March 30, 2015
  • Replies: 2
  • Views: 2012