Activate Distributed Execution with AOS

To use Distributed Execution with AOS (Automation Object Service), you need to activate it on the Tosca Distribution Server via the Web.config file.

Do not modify the Web.config file while tests are running. If you do, all currently running and queued tests will be lost, and you will have to start the tests again after the Tricentis Tosca Server restarts.

To activate Distributed Execution with AOS, follow the steps below:

  1. Open the file Web.config. By default, this file is located at C:\Program Files (x86)\TRICENTIS\Tosca Server\DEXServer.

  2. Navigate to the section Tricentis.DistributionServer.Properties.Settings.

  3. Change the value of the setting EnableWorkspacelessExecution to True.

<setting name="EnableWorkspacelessExecution" serializeAs="String">

<value>True</value>

</setting>

  1. Save and close the file.

Deactivate Distributed Execution with AOS

You can deactivate Distributed Execution with AOS in the same way as described above.

In step 3, change the value of the setting EnableWorkspacelessExecution to False.