Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Enable the AddIn in the Rest API (server-side)

The following setting need to be added to C:\Program Files (x86)\Tricentis\Tosca Server\RestApiService\TCAPIRestServiceStandalone.exe.config:

...

3. Pre-execution approval is now enabled. Tosca Commander will display a message once the feature has been enabled.

...

Create Temporary File Storage Location for Dokusnapper Reports

  1. Create a new folder in the file system. Make a note of the name and location. 

  2. Modify the “AttachmentPath” setting in C:\Program Files (x86)\Tricentis\Tosca Server\RestApiService\TCAPIRestServiceStandalone.exe.config so it reflects the location of the folder.

Example:

Code Block
<setting name="AttachmentPath" serializeAs="String">
        <value>C:\Dokusnapper_Reports</value>
      </setting>