5.6
Configuring the Test Utility (Legacy)
You can specify the default locations for templates and data source by editing the test utility configuration file.
5.6.1
Open the file DocumentProcessorTester.exe.config in a text editor. The file is located in the same folder as the doc processor program.
5.6.2
Add or modify the following two lines under <appSettings>:
<add key="InitialTemplateFolder" value="path-to-your-templates"/>
<add key="InitialDataFolder" value="path-to-your-policy.xml"/>
5.6.3
Save and close your text editor.