Append test result in the same XML test log after reboot

Class library usage, coding and language questions.
shutdown
Posts: 1
Joined: Fri Jul 25, 2008 7:38 pm

Append test result in the same XML test log after reboot

Post by shutdown » Fri Jul 25, 2008 8:08 pm

I currently evaluating Ranorex Premium v1.5.

I am looking a Ranorex logging function to initialize and append result in existing XML log file after system rebooted. I understand about the option to create a new log but I would like to prevent generating multiple log files for one test case. Most of my test requirement need validation after system rebooted. Please help.

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

Post by Support Team » Mon Jul 28, 2008 8:18 am

Appending to an existing XML log file is currently not possible.

:idea: However, you might want to use the MessageLogged, BeginLogging and EndLogging events in the Logger class to implement a custom logger using an XmlDocument.

Michael
Ranorex Team