Page 1 of 1

Append test result in the same XML test log after reboot

Posted: Fri Jul 25, 2008 8:08 pm
by shutdown
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.

Posted: Mon Jul 28, 2008 8:18 am
by Support Team
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