element <qm:executionworkitem>
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:executionworkitem> |
|
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, executionworkitem:frequency, executionworkitem:regression?, executionworkitem:priority, executionworkitem:weight?, qm:estimate?, qm:timeSpent?, executionworkitem:tags, executionworkitem:legacydata, executionworkitem:notes, qm:risk?, qm:testcase, (qm:testscript? | qm:remotescript?), qm:testplan?, qm:testphase?, qm:phase?, qm:configuration*, qm:currentexecutionresult?, qm:executionresult*, qm:blockingdefects*, qm:customAttributes?, qm:category* |
|
</qm:executionworkitem> |
Content model elements (34):
-
Annotation
A test execution record that tracks the execution of a test case.
Anonymous Type Detail
Type Derivation Tree complexType (extension) |
XML Source (w/o annotations (55); see within schema source)
<xs:element name="executionworkitem"> <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="estimate" type="xs:long"/> <xs:element maxOccurs="1" minOccurs="0" name="timeSpent" type="xs:long"/> <xs:element maxOccurs="1" minOccurs="0" ref="risk"/> <xs:element maxOccurs="1" minOccurs="1" name="testcase"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:choice> <xs:element maxOccurs="1" minOccurs="0" name="testscript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="remotescript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> </xs:choice> <xs:element maxOccurs="1" minOccurs="0" name="testplan"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="testphase"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="phase"> <xs:complexType> </xs:complexType> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="configuration"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> <xs:attribute name="summary" type="xs:string"/> <xs:attribute name="rel" type="xs:string"/> </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:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 30/34) -
The contributor that owns the execution work item.
XML Source (w/o annotations (1); see within schema source)
-
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
[READ-ONLY] XML dateTime of the last update of the executionworkitem.
XML Source (w/o annotations (1); see within schema source)
-
The contributor that created the execution work item.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An account of the executionworkitem.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
A name given to the executionworkitem.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
The number of times the test is scheduled to run.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
Migrated data.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
Comments associated with the test execution record.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
The priority of the test. Acceptable values are: "literal.priority.101", "literal.priority.110", "literal.priority.120" and "literal.priority.130" for unassigned, low, medium and high priority respectively
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:boolean, predefined, simple content |
[READ-ONLY] Indicator that this is a regression test.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
Search-able strings associated with the test.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:int, predefined, simple content |
The relative weight of the test.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
Link to the blocking defect for the execution work item.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="blockingdefects"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> <xs:attribute name="summary" type="xs:string"/> <xs:attribute name="rel" type="xs:string"/> </xs:complexType> </xs:element> |
-
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: |
anonymous, empty content |
Link to the configuration for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="configuration"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </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, empty content |
[READ-ONLY] Link to the current execution result for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="currentexecutionresult"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
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: |
xs:long, predefined, simple content |
Estimate in milliseconds
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="estimate" type="xs:long"/> |
-
Type: |
anonymous, empty content |
[READ-ONLY] Link to the execution result for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="executionresult"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
[READ-ONLY] Only for Insight for backward compability.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="phase"> <xs:complexType> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
Link to the remote test script for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="remotescript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, complex content |
[READ-ONLY] An evaulation of the risk associated with the test.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="risk"/> |
-
Type: |
anonymous, empty content |
[READ-ONLY]
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="testcase"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
Link to the testphase for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testphase"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
Link to the testplan for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testplan"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
Link to the test script for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testscript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
xs:long, predefined, simple content |
Time spent in milliseconds
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="timeSpent" type="xs:long"/> |
-
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"/> |