OTX Reference
|
|
Public Attributes | |
OtxId | id |
Cardinality [1] This represents a comment element's id. It is unique among all other ids in a document. More... | |
CommentLinks | links |
Cardinality [0..1] Contains an arbitrary-length list of link elements. More... | |
MetaData | metaData |
Cardinality [0..1] Used for adding meta-data to a comment More... | |
System.String | text |
Cardinality [1] Comment text that will be displayed to the human reader. More... | |
Floating Comment
Procedures allow an optional comments
element. It contains any number of comment
elements which can be linked to any number of nodes inside the Procedure flow. Comments can link to sub-structures inside of nodes and to other comment nodes also. This feature supports graphical OTX editors by allowing any graphically presentable OTX feature to be linked to comments. They are thought to help test sequence authors to provide additional, human readable information during the test sequence development process, especially for the specification and intermediate stage in test sequence development. A single comment
carries a text message for the human reader, and has a list of links
pointing to the elements in the procedure that the comment refers to.
OtxId OpenTestSystem.Otx.Core.Procedure.Comment.id |
Cardinality [1]
This represents a comment
element's id. It is unique among all other ids in a document.
CommentLinks OpenTestSystem.Otx.Core.Procedure.Comment.links |
Cardinality [0..1]
Contains an arbitrary-length list of link
elements.
MetaData OpenTestSystem.Otx.Core.Procedure.Comment.metaData |
Cardinality [0..1]
Used for adding meta-data to a comment
System.String OpenTestSystem.Otx.Core.Procedure.Comment.text |
Cardinality [1]
Comment text that will be displayed to the human reader.