Skip to content

class SetActionLocalVariable

Package: swiss.avm.up.core.generic.testing.javamodel.SetActionLocalVariable

Direct Known Subclasses:


class SetActionLocalVariable extends ASetAction, AValue

Saving a value in a local test variable. The test variable must be defined in the corresponding test case.

Properties

comment

Describes the intent of this Resource.

TextLiteral[0..1]

A Literal that accepts multiple lines of text.

execute

Specify in which case the current action should be executed:

- allways: Action is executed in any case
- passed: Action is executed when all previous actions have been successful.
- failed: Action is executed if any of the previous actions failed.

Execute[0..1]

source

Origin of the data value to be written to a variable.

ATestValue[1..1]

target

TestCaseVariable[1..1]

A case variable is used for the local storage of values during a test run.