Filter test cases in the report by Warnings

Ask general questions here.
marjorie
Posts: 1
Joined: Thu Jan 26, 2017 2:43 pm

Filter test cases in the report by Warnings

Post by marjorie » Thu Jan 26, 2017 3:01 pm

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
You do not have the required permissions to view the files attached to this post.

User avatar
qwertzu
Posts: 284
Joined: Wed Jan 25, 2017 11:08 am

Re: Filter test cases in the report by Warnings

Post by qwertzu » Fri Feb 03, 2017 2:55 pm

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.