element <qm:testsuitelog>
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:testsuitelog> |
|
Content: |
qm:projectArea, dc:identifier, qm:webId?, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, qm:variables, qm:sequentialExecution?, qm:passVariables?, qm:haltOnFailure?, testsuitelog:weight?, testsuitelog:pointspassed?, testsuitelog:pointsfailed?, testsuitelog:pointsattempted?, testsuitelog:pointsblocked?, testsuitelog:pointsinconclusive?, testsuitelog:starttime?, testsuitelog:endtime?, testsuitelog:suiteelements, qm:stateid, qm:executionresult*, qm:tasks*, qm:suiteexecutionrecord, qm:testsuite, qm:testplan?, qm:testphase?, qm:buildrecord?, qm:customAttributes?, qm:markerAny, {any}* |
|
</qm:testsuitelog> |
Content model elements (32):
-
Annotation
A representation of the results of the execution of a test suite.
Anonymous Type Detail
Type Derivation Tree complexType (extension) |
XML Source (w/o annotations (46); see within schema source)
<xs:element name="testsuitelog"> <xs:complexType> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/> <xs:element maxOccurs="1" minOccurs="0" name="passVariables" type="xs:boolean"/> <xs:element maxOccurs="1" minOccurs="0" name="haltOnFailure" type="xs:boolean"/> <xs:element name="stateid" type="xs:string"/> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="tasks"> <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: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="buildrecord"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <!-- dynamic data --> <xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 32/33) -
A generic placeholder for section information.
XML Source (w/o annotations (1); see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/> |
-
The contributor that owns the test suite log.
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 testsuitelog.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
XML dateTime of the last update of the testsuitelog.
XML Source (w/o annotations (1); see within schema source)
-
The contributor that created the test suite log.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An account of the testsuitelog.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An unambiguous reference to the testsuitelog 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 testsuitelog.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
The build record associated with the test suite log.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="buildrecord"> <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: |
anonymous, empty content |
A reference to an execution result generated by the execution of the test suite.
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: |
xs:boolean, predefined, simple content |
Was suite execution halted because of a non-passing suite step?
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="haltOnFailure" type="xs:boolean"/> |
-
Type: |
xs:string, predefined, simple content |
A empty marker.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:boolean, predefined, simple content |
Were execution variables passed from one test to the next when this suite was executed?
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="passVariables" type="xs:boolean"/> |
-
Type: |
xs:boolean, predefined, simple content |
Was this testsuite executed serially?
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
Id respresenting the result state of the test suite execution.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="stateid" type="xs:string"/> |
-
Type: |
anonymous, empty content |
A reference to the executed suite execution record.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="suiteexecutionrecord"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
A task generated for an execution adapter.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="tasks"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
Link to the phase 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 |
Read-only reference to the executed test suite. The value is based on the test suite referenced from the suiteexecutionrecord of this testsuitelog.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="testsuite"> <xs:complexType> <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"/> |
-
Type: |
xs:dateTime, predefined, simple content |
XML dateTime when suite execution ended.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:int, predefined, simple content |
Number of points that were attempted.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:int, predefined, simple content |
Number of points that were blocked.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:int, predefined, simple content |
Number of points that failed.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:int, predefined, simple content |
Number of points that were inconclusive.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:int, predefined, simple content |
Number of points that passed.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
XML dateTime when suite execution started.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, complex content |
The results individual tests executed by the test suite.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:int, predefined, simple content |
The relative weight of testcase.
XML Source (w/o annotations (1); see within schema source)