Dependencies
(1) The execution of the Response Route can be made dependent on the successful or erroneous execution of a previous Response Route. The number to be entered corresponds to the position in (2). Note: If on error is specified and a variable that evaluates to * at runtime is specified as response number, the dependency is considered fulfilled.
(3) Executing a Response Route can be made dependent on a condition. On the one hand, string comparisons can be performed by comparing the value of a variable or system constant (selectable via the button) with an entered value or the value of a variable or system constant. On the other hand, you can perform Boolean comparisons if you select true or false on at least one side. In both cases an implicit type conversion takes place if one of the values is not of type String or Boolean. Note: The string comparison is not case-sensitive. Note: A condition is displayed in the name of a Response Route with [Variable: ...].
(4) The Response Route is either only executed in a test or not in a test or always.