Forum Discussion
Marsha_R
Champion Level 3
4 years agoYou can export it in different places in the log, but you would get it incrementally. So first Folder 1, then Folder 1 + Folder 2, etc.
I don't see a way to do it inside TestComplete, but what you could do is export the whole log to XML, then parse the XML into the folder parts. Here's the way to interpret the log file.
rajulapati
4 years agoContributor
We can get the xml result only when we run though command line . So I assume , we cannot export part of the log file which I was trying.
Thank you for the response