SaveResultsAs saves visualizer images
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2018
08:00 PM
07-15-2018
08:00 PM
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?
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018
03:30 PM
07-17-2018
03:30 PM
Here are some other ways to adjust your Visualizer data:
https://support.smartbear.com/testcomplete/docs/testing-with/visualizer/enabling-and-disabling.html
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
