Versions Compared

Key

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

...

Info

Note that there are two groups named Admin. This is expected and necessary for usermanagement to function properly.

Enable

...

  1. In the Tosca workspace, checkout the project root

  2. Right click and select Enable execution approval from the context menu

...

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

...

Enable Dokusnapper

If you wish to view Tosca run reports in VERA, you must enable the Dokusnapper functionality in Tosca; the setting is disabled by default.

...

Code Block
languagejson
<configuration>
    <configSections>
        <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
            <section name="Tricentis.TCAddIns.ExecutionApprovalAddIn.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
        </sectionGroup>
    </configSections>
    <applicationSettings>
        <Tricentis.TCAddIns.ExecutionApprovalAddIn.Properties.Settings>
            <setting name="ExecutionApprovalEnabled" serializeAs="String">
                <value>True</value>
            </setting>
        </Tricentis.TCAddIns.ExecutionApprovalAddIn.Properties.Settings>
    </applicationSettings>
</configuration>

Enable Pre-execution Approval

EnableExecutionApproval from the Tosca workspace

  1. From within the Tosca workspace, checkout the project root

  2. Right click and select Enable execution approval from the context menu

...

3. Execute Task to enable “ExecutionApproval” for the common repository

...

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

...

EnableExecutionApproval via API

Using an appropriate client (e.g. Postman), send a GET request to the following URL, providing login information if needed:

...