Test Run Detailed Report - Issue with Test Steps

Tuesday, June 17, 2014
Avatar

Whenever we generate the Test Runs Detailed Report our "Step" column has really strange numbers.

It is not correlated to their normal test steps, but increases through most of the report. Say one test case has 10 steps, the next test case's first step will start at 11. I saw the xslt was pulling in the position - which should be the test step # by the test case- but something weird is obviously happening to not start every test case's steps back at 1 (which is how they are numbered in our system). Any help would be appreciated.

Thanks,

Erin

2 Replies
Thursday, June 19, 2014
Avatar
inflectra.sarahx
re: welc0199 Tuesday, June 17, 2014
Hi Erin

The underlying XML data structure for the Test Case detailed report does not contain the test run steps, so it's not possible to use XSLT to get the data you need. 

We shall be extending the XML data in v4.3 to include more data, including the test run steps.

Regards

Sarah
Thursday, June 19, 2014
Avatar
re: inflectra.sarahx Thursday, June 19, 2014

Sarah - I think you mis-read. I was generating the Test Runs Detailed report.

I had figured out the solution though. For anyone else with this issue - I just needed to change, in the xslt template, "Position" to "position()" where they were selecting for the test step.

Thank you!

Erin

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, June 17, 2014
  • Last Reply: Thursday, June 19, 2014
  • Replies: 2
  • Views: 1789