KeywordBlock Element/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:


== Rules ==
== Rules ==
All actions within the testsuite can be used as "keyword" actions if the match the following rules:
All actions within the test suite can be used as "keyword" actions if the match the following rules:
* They have no input/output pins
* They have no input/output pins
* The have only input/output pins with following datatypes (String, Number or Boolean)
* 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.
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 ==
== Execution and Logging ==
During execution each action is executed one after the other. Please be carefull 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.<br>
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.<br>
The log and report format is equal to compound blocks.
The log and report format is equal to compound blocks.


== Converting ==
== Converting ==
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.
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.

[[Category:Tree Elements]]

Version vom 7. April 2014, 17:21 Uhr

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.



Copyright © 2014-2024 eXept Software AG