Simon_InT
7 years agoContributor
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 result saves .png files, even though I have specified ExportVisualizerImages parameter as false. I don't want these files saved, since they take up too much space.
Is there something wrong with the code, or is there a project configuration setting I've missed?
Here are some other ways to adjust your Visualizer data:
https://support.smartbear.com/testcomplete/docs/testing-with/visualizer/enabling-and-disabling.html