![]() |
OTX Reference
|
|
Loop for repeated executions More...
Classes | |
class | LoopRealisation |
Represents the loop realisation More... | |
Public Attributes | |
LoopRealisation | realisation |
Represents the loop realisation More... | |
![]() | |
System.Boolean | disabled |
To turn on/off a node. A deactivated node is not executed at run time. More... | |
![]() | |
ExtensibleData[] | extendedData |
Declares general data for NamedAndSpecified which can be extented by new general data defined in new OTX extensions using the standardised extension mechanism. For example it can be used to specify specification relevant content in a better structured way. More... | |
OtxId | id |
Unique identifier of an element More... | |
MetaData | metaData |
Additional tool-specific data More... | |
OtxName | name |
Name of an element More... | |
System.String | specification |
Descriptive specification More... | |
Loop for repeated executions
For repetitive execution of a sequence of nodes. OTX supports several loop configurations which are commonly called (do-)while, for and for-each loop.
name
attribute is mandatory for loops, unlike the base type NamedAndSpecified where it is optional. LoopRealisation OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Loop.realisation |
Represents the loop realisation