iterationPath

This configuration section contains settings to configure how the test case iteration path field should be updated.

Read more about the setting the area path and iteration path fields in the Add new test cases to an Area or an Iteration concept description.

The following example shows the available options within this sub-section.

{
  ...
  "synchronization": {
    ...
    "iterationPath": {
      "mode": "setOnLink",
      "value": "\\Iteration1"
    },
    ...
  },
  ...
}

Settings

SettingDescriptionDefault

mode

Specifies how the iteration path of the test case should be updated. Available options: notSet and setOnLink. (Default: notSet)

  • notSet: the path is not set

  • setOnLink: set the path when the test case created and linked to the scenario, but not to update later on.

notSet

value

The iteration path to set for test cases (e.g. \\Iteration1). The project name prefix can be omitted.

mandatory for mode setOnLink

pagesynchronizationpageConfiguration reference

Last updated