Ranorex report

Ask general questions here.
kushagrajohri
Posts: 13
Joined: Wed Jun 09, 2010 6:20 am

Ranorex report

Post by kushagrajohri » Sat Aug 07, 2010 6:33 am

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Ranorex report

Post by Support Team » Mon Aug 09, 2010 3:09 pm

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