element <qm:testscript>
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:testscript> |
|
Content: |
qm:projectArea, dc:identifier, qm:webId?, qm:alias*, dc:title, dc:description, qm:creationDate, alm:updated, alm:state, dc:creator, alm:owner, qm:scripttype?, qm:variables, qm:steps, qm:datapool?, qm:customAttributes?, qm:category*, qm:workitem* |
|
</qm:testscript> |
Content model elements (18):
-
Annotation
The execution script for a manual test.
Anonymous Type Detail
Type Derivation Tree complexType (extension) |
XML Source (w/o annotations (25); see within schema source)
<xs:element name="testscript"> <xs:complexType> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="alias"/> <xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/> <xs:element maxOccurs="1" minOccurs="0" name="scripttype" type="xs:string"/> <xs:element name="steps"> <xs:complexType> <xs:sequence> </xs:sequence> </xs:complexType> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="datapool"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="category"> <xs:complexType> <xs:attribute name="term" type="xs:string"/> <xs:attribute name="value" type="xs:string"/> <xs:attribute name="termUUID" type="xs:string"/> <xs:attribute name="valueUUID" type="xs:string"/> </xs:complexType> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="workitem"> <xs:complexType> <xs:attribute name="rel" type="xs:string"/> <xs:attribute name="summary" type="xs:string"/> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 17/18) -
The contributor that owns the test script.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An ID or name of the current state
of the testscript.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
XML dateTime of the last update of
the testscript.
XML Source (w/o annotations (1); see within schema source)
-
The contributor that created the test script.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An account of the testscript.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An unambiguous reference to the
testscript within a given context.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
A name given to the testscript.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous (extension of xs:string), simple content |
Simple Content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="alias"/> |
-
Type: |
anonymous, empty content |
Category terms are provided in an attribute as is the value for that term. The category is used for query support and for sortable table views.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="category"> <xs:complexType> <xs:attribute name="term" type="xs:string"/> <xs:attribute name="value" type="xs:string"/> <xs:attribute name="termUUID" type="xs:string"/> <xs:attribute name="valueUUID" type="xs:string"/> </xs:complexType> </xs:element> |
-
Type: |
xs:dateTime, predefined, simple content |
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/> |
-
Type: |
anonymous, complex content |
User defined custom attribute
name/value data on this artifact.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
A reference to the datapool to be
used by the script.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="datapool"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
xs:string, predefined, simple content |
The type of the script. This will
always be "Manual".
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="scripttype" type="xs:string"/> |
-
Type: |
anonymous, complex content |
The manual steps that must be
performed in order to execute the
script.
XML Source (w/o annotations (2); see within schema source)
<xs:element name="steps"> <xs:complexType> <xs:sequence> </xs:sequence> </xs:complexType> </xs:element> |
-
Type: |
anonymous, complex content |
XML Source (see within schema source)
-
Type: |
xs:int, predefined, simple content |
Read-only integer ID as seen in the
web UI.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/> |
-
Type: |
anonymous, empty content |
A work item associated with the test script. This property is read-only.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="workitem"> <xs:complexType> <xs:attribute name="rel" type="xs:string"/> <xs:attribute name="summary" type="xs:string"/> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |