Settings - DistributedExecution

You can find the following settings under Settings->Commander->DistributedExecution:

Check for Legacy Steps

Description

This setting allows you to control whether Tricentis Tosca should check for TestSteps that you created with Classic Engines.

By default, this setting is disabled. If you enable it, Tricentis Tosca checks if there are Classic TestSteps in your TestEvents. This increases the start-up time.

If you work with Execution Agents and your TestEvents contain Classic TestSteps, you must enable this setting. Otherwise, TestEvents with Classic TestSteps may be executed on Execution Agents which do not support Classic TestSteps. In this case, the Distributed Execution Monitor shows the status ERROR for the Classic TestStep and the Agent log contains the information “No log was created for this TestCase”.

Monitor Url

Url

Description

This contains the complete network address to open the Tosca Distributed Execution Monitor. The website required for Monitor must be installed beforehand (see chapter "Tosca Distributed Execution").

Example

http://localhost/Monitor/

Server

The following settings are located at Settings->Commander->DistributedExecution->Server.

EndpointAddress

Description

This contains the complete network address required for establishing a connection to the Tosca Distribution Server:

http://server_address:port/DistributionServerService/ManagerService.svc

Example

http://localhost:85/DistributionServerService/ManagerService.svc

Proxy

Description

This contains the complete network address of the proxy server required for establishing a connection to the Tosca Distribution Server:

http://address:port

Example

http://localhost:8080