Page 1 of 1

Ranorex report

Posted: Sat Aug 07, 2010 6:33 am
by kushagrajohri
hi i just want to know that how can i change the date in a ranorex report on my own. is there any way possible. please reply as soon as possible

Re: Ranorex report

Posted: Mon Aug 09, 2010 3:09 pm
by Support Team
Hi,

If you want to add a date/time stamp to the Ranorex report file please modify the logFileName in code:
string logFileName = "Test_"+ System.DateTime.Now.ToString("dd_MM_yyyy_hh_mm_ss") +".rxlog";
If you want to customize the whole report, please take a look to following blog
http://www.ranorex.com/blog/customizing-ranorex-reports

Regards,
Peter
Ranorex Team