KeywordBlock Element/en
The keyword driven test action description can be used to define simple sequential test or test step sequences. The sequence is defined in tabular format.
Rules[Bearbeiten]
All actions within the test suite can be used as "keyword" actions if the match the following rules:
- They have no input/output pins
- The have only input/output pins with following data types (String, Number or Boolean)
Keyword driven test action descriptions can be mixed up in a compound action description with all other action descriptions without any limitation.
Execution and Logging[Bearbeiten]
During execution each action is executed one after the other. Please be careful using blocks producing more than one data at the output. In that case the data stored in a connected variable is the last value written to the output pin. Also the defined assertion will be executed only for the last written value.
The log and report format is equal to compound blocks.
Converting[Bearbeiten]
Keyword driven test action descriptions can be converted to compound action descriptions. Compound action descriptions can be converted to keyword driven test actions only if they have no parallel steps, loops or branches. Connections between steps are converted to environment variables as data holders.