Page 1 of 1

Using totaltestcasecount in jUnit.xml-Report

Posted: Mon Jan 21, 2019 3:48 pm
by BCTest
Hello,

I have just one simple question.
In the reports are two ranges of variables available:
  • total{success/failed/blocked}count and
  • total{success/failed/blocked}testcasecount
How can we use the corresponding variables to total{success/failed/blocked}testcasecount in the jUnit.xml?

Regards,
bctest

Re: Using totaltestcasecount in jUnit.xml-Report

Posted: Fri Jan 25, 2019 10:57 am
by RobinHood42
Hi,

There's just the

failures="0"
errors="0"
skipped="0"

available within junit, which represents the Ranorex TestCases. So, where would you like to use the total{success/failed/blocked}count?

Cheers,
Robin

Re: Using totaltestcasecount in jUnit.xml-Report

Posted: Tue Jan 29, 2019 11:33 am
by BCTest
Hi,

it's only for presentation purpose. In the report are much more counts of success and failure testcases than in der jUnit.xml. I would like to have the same results in both reports, that's all.

Regards,
bctest.