Forum Discussion

cissy's avatar
cissy
Occasional Contributor
13 years ago

How to transform TC log to HTML format

After I use TC to run my project, it will stored log in specified directory.

There exsits RootLogData.dat, Description.tcLog and so on. These log is stored in XML format.

And I want to showed them in HTML format, how can I realize it?



Thanks!

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    Utilize the "Log.SaveResultsAs" method to export the log file, in code, to a specified format.



    Also, from the log panel within TestComplete, right click on any log and select Export and you can specify your desired format.