Settings - Tosca Cloud Integration

You can find the following setting at Project->Settings->Tosca Cloud Integration:

Timeout

Description

This setting applies if you transition TestCases to Tosca Cloud.

It specifies the maximum time (in seconds) that Tosca on-premises tries to complete its communication with Tosca Cloud before it times out. The two deployments communicate every time you perform a cloud-related task on-premises, such as connecting the repository or uploading a TestCase.

The default value is 120.

  • To define a different time interval, enter a positive integer.

  • To disable timeouts altogether, enter -1. We recommend that you approach this with caution. If you disable timeouts, Tosca keeps trying to complete the current task, which might block the application for other tasks.

Example

250

Upload mode

Description

This setting applies if you transition TestCases to Tosca Cloud.

It specifies what Tosca uploads. You can choose one of the following values: 

  • All selected objects (default): Tosca uploads all selected objects. If an object already exists in your Tosca Cloud workspace, Tosca overwrites it.

  • Only changed selected objects: Tosca only uploads the objects in your selection that have changed since the previous upload. The new upload overwrites the existing object in the Tosca Cloud workspace.

Let's say you choose Only changed selected objects and trigger the upload of 50 TestCases that already exist in this Tosca Cloud workspace. Of these 50 TestCases, you've changed 40 since the last upload. In this case, Tosca performs the following actions:

  • It uploads the 40 TestCases that have changed.

  • It overwrites the TestCases in Tosca Cloud with the updated version.

  • It ignores the 10 unchanged TestCases.