Versions Compared

Key

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

Executes Tricentis Tosca automation tests and returns the results to FlexDeploy. This operation supports both Remote Execution (CLI) and Distributed Execution (DEX). By default, execution happens through Remote Execution; however, using (FDTT_INP_TOSCA_DISTRIBUTED_EXECUTION )this input allows you to switch to Tosca Distributed Execution.

...

Input Name

Input Code

Required

Description

Tosca Distributed Execution

FDTT_INP_TOSCA_DISTRIBUTED_EXECUTION

No

Flag to indicate if it is a Tosca Distributed Execution.

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.

Project Name

FDTT_INP_PROJECT_NAME

No

Project root name of the Tosca project where the event is located (mandatory for Distributed Execution).

Test Event Names

FDTT_INP_TEST_EVENTS

No

Provide unique names of the events that you want to execute separated by ## (for Distributed Execution ex : testEvent1##testEvent2 ).

Test Events Config File Path

FDTT_INP_TEST_EVENT_CONFIG_FILE_PATH

No

Absolute or relative Test event config file path. Relative path will be assumed in FD_ARTIFACT_DIR (for Distributed Execution).

Note( either FDTT_INP_TEST_EVENTS or FDTT_INP_TEST_EVENT_CONFIG_FILE_PATH ) must be provided for Distributed Execution .if you provide both

FDTT_INP_TEST_EVENT_CONFIG_FILE_PATH will take precedence over FDTT_INP_TEST_EVENTS

Result File Path

FDTT_INP_RESULT_FILE_PATH

No

Absolute or relative Result folder path. Relative path will be assumed in FD_TEMP_DIR (for Distributed Execution).</Description>

Provide Latest Script File

FDTT_INP_DEX_SCRIPT_FILE

No

Absolute or relative DEX script file path. Relative path will be assumed in FD_ARTIFACT_DIR (for Distributed Execution).

Additional Arguments

FDTT_INP_ADDITIONAL_ARGUMENTS

No

Additional Arguments (for Distributed Execution)

Use PowerShell 6+

FDTT_INP_POWERSHELL6_OR_ABOVE

No

The script is intended for use with Tosca Distributed Execution. Check If you want to execute the script on PowerShell 6+. If it is unchecked then it will execute on PowerShell 1-5.

Artifacts

This operation consumes the test config file from artifact repository.

...