Forum Discussion

LouisP's avatar
LouisP
New Contributor
5 years ago
Solved

Exporting Test Logs and Results to XML or JSON

Hi, I saw a few posts regarding a similar question that I had but they were either never resolved or really old.    I was wondering if it was possible to Export the Tests logs and results of a te...
  • TanyaYatskovska's avatar
    5 years ago

    Hi LouisP,

     

    TC allows exporting test results to an XML format:

     Log.SaveResultsAs("My\\Path\\Log.xml", lsXML);

    Is this what you were looking for?