Page 1 of 1

Filter test cases in the report by Warnings

Posted: Thu Jan 26, 2017 3:01 pm
by marjorie
Hello,

Could it be possible to filter test cases on warnings in the report? I see only checkboxes for "Success", "Failed" and "Blocked". If I uncheck "Succes", I don't see the "Warnings" anymore. If I uncheck "Failed", I don't see them neither. The only solution I see is to expand them independently, but it's quite a lot. Otherwise an expand all but then it's not easy to find the warnings.
Thank you in advance,

Marjorie

Re: Filter test cases in the report by Warnings

Posted: Fri Feb 03, 2017 2:55 pm
by qwertzu
Hi marjorie,

Unfortunately Ranorex does not provide the filtering function by warnings.
To still do so, you would need to create a new custom report template and edit the *.xsl file in the folder of the new custom template. In this file you will have to implement a function that filters the report by warnings.

Would be nice if you could post your solution of the *.xsl file if implemented it.