Forum Discussion

Simon_InT's avatar
Simon_InT
Contributor
6 years ago
Solved

SaveResultsAs saves visualizer images

I have the following code to save the test log in XML format:   var tempFolder = "C:\\Testing\\Temp\\"; aqFileSystem.CreateFolder(tempFolder); Log.SaveResultsAs(tempFolder, lsXML, false);   The...