Report on Test Step status

Tuesday, February 24, 2015
Avatar

I would like to generate a report that would allow me to view the following details for a Test Set.

1. See the total number of test cases in the test set that passed, failed or have not been run to date

2. See a list of each of the test cases that make up the test set

3. For each test case that makes up the test set, be able to display the total number of test steps that passed, failed or were not run.

Using the Test Set Details Report as a base I have managed to accomplish #1 and #2. What I cannot figure out is how to display information for #3. I was hoping that as I was looping through the test cases (i.e.   <xsl:for-each select="TestCases/TestSetTestCase"> ), I would be able to perform an a sub loop on the associated test steps for each case (i.e. <xsl:for-each select="TestSteps/TestStep">) but that does not seem to work. How can I get to the test steps?

thanks.

3 Replies
Tuesday, March 3, 2015
Avatar
inflectra.sarahx
re: tdobbelaereforum Tuesday, February 24, 2015
Hi Trudy

Great to hear that you've been able to extend and customize our reports using the XSLT templates, that's great!

The Test Set Detailed report does not currently include test steps in the underlying XML which is why you cannot navigate to them through the XSLT. However if you use the Test Run Detailed report as your basis, that does have the test steps. In the future we're planning on adding test steps to the Test Set Detailed report as well.

Regards
Sarah
Thursday, March 26, 2015
Avatar
re: inflectra.sarahx Tuesday, March 3, 2015

Hi Sarah,

You mentioned :

In the future we're planning on adding test steps to the Test Set Detailed report as well.

When roughly can we expect to see this?

Thanks,

Martin

Wednesday, May 13, 2015
Avatar
re: mlka Thursday, March 26, 2015
I agree totally with this.  Having the test steps coming out of the Test Set Details Report would be exactly what i need.  When would this be available?

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, February 24, 2015
  • Last Reply: Wednesday, May 13, 2015
  • Replies: 3
  • Views: 7385