element <qm:executionscript>
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:executionscript> |
|
Content: |
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, qm:webId?, dc:title, dc:description, qm:creationDate, alm:updated, alm:state, dc:creator, alm:owner, qm:locked?, qm:variables, qm:includeBuiltInVars?, qm:steps, qm:datapool?, qm:customAttributes?, qm:category*, qm:task*, dcterms:type?, qm:remote |
|
</qm:executionscript> |
Content model elements (22):
-
Annotation
The execution script for a manual test and remote test.
Anonymous Type Detail
Type Derivation Tree complexType (extension) |
XML Source (w/o annotations (33); see within schema source)
<xs:element name="executionscript"> <xs:complexType> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/> <xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/> <xs:element maxOccurs="1" minOccurs="0" name="locked" type="xs:boolean"/> <xs:element name="steps"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="1" ref="step"/> </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:complexType> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="task"> <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:element maxOccurs="1" minOccurs="0" ref="dcterms:type"/> <xs:complexType> <xs:sequence> <xs:element maxOccurs="1" minOccurs="0" name="shareprefix" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="relativepath" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="fullpath" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="manageadapter" type="xs:boolean"/> <xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="labresource"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <!-- properties --> <xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 18/22) -
The contributor that owns the test plan.
XML Source (w/o annotations (1); see within schema source)
-
An ID or name of the current state of the execution script.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
[READ-ONLY] The last modification date of a resource. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
-
The contributor that created the execution script.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An account of the executionscript.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
A name given to the execution script.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
The value is Manual, or the type of adapter that runs the script RFT, RPT, etc. The adapter provides this identifier in its plugin metadata. Some possible values are:<ul><li>Manual</li><li>RQM-KEY-APPSCAN-APTR-TYPE-NAME</li><li>RQM-KEY-CMD-APTR-TYPE-NAME</li><li>RQM-KEY-RFT-APTR-TYPE-NAME</li><li>RQM-KEY-ROBOT-APTR-TYPE-NAME</li><li>RQM-KEY-RPT-APTR-TYPE-NAME</li></ul>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="dcterms:type"/> |
-
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 (3); 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: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 (2); 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:boolean, predefined, simple content |
[READ-ONLY] Boolean indicating whether to include built-in execution variables when script is executed.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:boolean, predefined, simple content |
[READ-ONLY] Boolean indicating the execution script is locked.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="locked" type="xs:boolean"/> |
-
Type: |
anonymous, complex content |
Properties only for remote script
XML Source (w/o annotations (10); see within schema source)
<xs:element name="remote"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="1" minOccurs="0" name="shareprefix" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="relativepath" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="fullpath" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="manageadapter" type="xs:boolean"/> <xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="labresource"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <!-- properties --> <xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/> </xs:sequence> </xs:complexType> </xs:element> |
-
Type: |
anonymous, complex content |
The 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:element maxOccurs="unbounded" minOccurs="1" ref="step"/> </xs:sequence> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
[READ-ONLY] A task associated with the execution script.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="task"> <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> |
-
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"/> |