I wish to configure my Ranorex Report, I have added Execution End Time by following
https://www.ranorex.com/forum/how-to-sh ... t7879.html
Currently I am passing this field data from one of my user code module. Is there any way using which I can directly pass this data to report xsl instead of passing it from the User code modules.
Or
I would like to know how View.rxlog.data file gets updated for every execution?
Ranorex Report Configure
-
- Posts: 37
- Joined: Thu Aug 22, 2019 4:14 pm
Ranorex Report Configure
- Attachments
-
- Capture.PNG (25.82 KiB) Viewed 284 times
- RobinHood42
- Posts: 324
- Joined: Fri Jan 09, 2015 3:24 pm
Re: Ranorex Report Configure
Hi,
Cheers,
Robin
That's the correct way to pass custom information to the report.Currently I am passing this field data from one of my user code module.
Cheers,
Robin
-
- Posts: 37
- Joined: Thu Aug 22, 2019 4:14 pm
Re: Ranorex Report Configure
Thank you Robin