LouisP
6 years agoNew Contributor
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...
- 6 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?