Versions Compared

Key

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

Executes Tricentis Tosca automation test and returns the results to FlexDeploy.

...

Property Name

Property Code

Required

Description

Tosca CI Java client path

FDTT_CI_CLIENT_PATH

Yes

The path up to the folder containing the ToscaCIJavaClient jar (e.g. C:\Program Files (x86)\TRICENTIS\Tosca Testsuite\ToscaCommander\ToscaCI\Client)

Tosca Server URL

FDTT_SERVER_URL

Yes

Tosca server Name (e.g. http://[HOST]:[Port]/TOSCARemoteExecutionService).

Find this as endpointAddress in

ToscaCIRemoteExecutionService.exe.config file, located at %COMMANDER_HOME%\ToscaCI

Tosca Username

FDTT_USERNAME

Yes

Tosca Username

Find this as AuthenticationUsername in

ToscaCIRemoteExecutionService.exe.config file, located at %COMMANDER_HOME%\ToscaCI

Tosca Password

FDTT_PASSWORD

Yes

Tosca Password

Find this as AuthenticationPassword in

ToscaCIRemoteExecutionService.exe.config file, located at %COMMANDER_HOME%\ToscaCI

Inputs

Input Name

Input Code

Required

Description

Tosca Server URL

FDTT_SERVER_URL

No

Tosca Server URL to connect. If not provided, value from the Test Instance will be used.

Tosca Username

FDTT_USERNAME

No

Tosca Username. If not provided, value from the Test Instance will be used.

Tosca Password

FDTT_PASSWORD

No

Tosca Password. If not provided, value from the Test Instance will be used.

Test Config file path

FDTT_TESTCONFIG_FILE_PATH

No

Test Config file path (e.g., C:\Tosca_Projec\Tosca_CommonRepositories\TestConfig.xml). If relative, it is assumed to be in the FD_ARTIFACTS_DIR.

Artifacts

This operation consumes the test config file from artifact repository.

...