Share this page
Description
Diagram
Overview
| |
sTime optionalxs:string
The start time of the run session.
|
|
eTime optionalxs:string
The end time of the run session.
|
|
passed optionalxs:string
The number of steps with Passed status.
|
|
failed optionalxs:string
The number of steps with Failed status.
|
|
warnings optionalxs:string
The number of steps with Warning status.
|
|
retval optionalxs:string
The return value of the node.
|
|
stopped optionalRestriction of xs:NMTOKEN
Indicates whether the run session was stopped. Possible values: False ; True
|
|
Sequence
| Param0..∞
The test, action, or component parameter node.
|
|
|
Attributes
Name | Type | Use | Default | Fixed | Description |
---|
sTime | xs:string | optional | | | The start time of the run session. |
eTime | xs:string | optional | | | The end time of the run session. |
passed | xs:string | optional | | | The number of steps with Passed status. |
failed | xs:string | optional | | | The number of steps with Failed status. |
warnings | xs:string | optional | | | The number of steps with Warning status. |
retval | xs:string | optional | | | The return value of the node. |
stopped | Restriction of xs:NMTOKEN | optional | False | | Indicates whether the run session was stopped. Possible values: False ; True |
Source
<xs:element name="Summary" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>The summary node.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Param" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="sTime" type="xs:string">
<xs:annotation>
<xs:documentation>The start time of the run session.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="eTime" type="xs:string">
<xs:annotation>
<xs:documentation>The end time of the run session.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="passed" type="xs:string">
<xs:annotation>
<xs:documentation>The number of steps with Passed status.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="failed" type="xs:string">
<xs:annotation>
<xs:documentation>The number of steps with Failed status.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="warnings" type="xs:string">
<xs:annotation>
<xs:documentation>The number of steps with Warning status.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="retval" type="xs:string">
<xs:annotation>
<xs:documentation>The return value of the node.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="stopped" default="False">
<xs:annotation>
<xs:documentation>Indicates whether the run session was stopped.
Possible values:
False
; True</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="False" />
<xs:enumeration value="True" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
|
See Also
Tips to improve your search results...
UFT One Run Results Schema ReferenceUFT One ReferenceAllView Local Help CenterView Online Help CenterAll versions