Customization of Ranorex report output - numbered verification points only

Class library usage, coding and language questions.
TomBrad
Posts: 19
Joined: Mon Mar 30, 2020 12:00 pm

Customization of Ranorex report output - numbered verification points only

Post by TomBrad » Thu Apr 02, 2020 10:20 am

Hello, I would like to customize the Ranorex report output so that instead of reporting all the actions and validations, it only reports validation. I would also like to simplify this so that the validation steps are reported in a numeric order, and just with the result, so the report would look like this:

VP01: PASS
VP02: PASS
....
VP10: FAIL

Can anyone suggest how I would go about this?

Thanks,
Thomas

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Customization of Ranorex report output - numbered verification points only

Post by odklizec » Thu Apr 02, 2020 3:58 pm

Hi,

I'm afraid, there is no option in Ranorex to simply customize standard Ranorex report to the way you want. You will have to write your own report logging. Check for example these posts:
https://www.ranorex.com/forum/viewtopic ... 86&p=20750
https://www.ranorex.com/forum/viewtopic ... 20&p=16557
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

TomBrad
Posts: 19
Joined: Mon Mar 30, 2020 12:00 pm

Re: Customization of Ranorex report output - numbered verification points only

Post by TomBrad » Fri Apr 03, 2020 9:24 am

Thanks odklizec,

I'll follow up on the references you've provided.

TomBrad