Description
The node that includes information regarding the display.
Attributes
Name | Type | Use | Default | Description |
---|
eType | string | required | | For internal use only. |
filter | NMTOKEN | optional | True | For internal use only. |
icon | string | required | | The index of the node icon to be displayed (icons are located in the icons folder). |
iconSel | string | optional | | The index of the icon to be displayed when the node in the tree is selected. (Icons are located in the icons folder.) |
MovieMarker | string | optional | | For internal use only. |
nRep | string | required | | For internal use only. |
nType | string | optional | | For internal use only. |
Source | string | optional | | The name of the UFT testing document containing the step. |
SourceLine | long | optional | | The line number of the step. |
status | NMTOKEN | optional | Done | The status of the step.
Possible values:
Passed - A step that passed;
Failed - A step that failed;
Done - A step that was performed successfully, but did not receive a pass, fail, or warning status
; Warning - A step that did not pass, but that did not cause the test to fail
; Information - For internal use only. |
StepFlowItemKey | string | optional | | The key of the related flow item. |
UserNote | string | optional | no | The flag that is intended to make this step visible in Executive Summary. |
Diagram
Children
Used By
Source
<
xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NodeArgs">
<xs:annotation>
<xs:documentation>The node that includes information regarding the display.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Disp" />
<xs:element ref="TopPane" minOccurs="0" />
<xs:element ref="BtmPane" minOccurs="0" />
<xs:element ref="ExtendedInfo" minOccurs="0" maxOccurs="1" />
</xs:sequence>
<xs:attribute name="eType" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>For internal use only.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="icon" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The index of the node icon to be displayed (icons are located in the icons folder).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="nRep" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>For internal use only.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="filter" default="True">
<xs:annotation>
<xs:documentation>For internal use only.</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:attribute name="MovieMarker" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>For internal use only.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="status" default="Done">
<xs:annotation>
<xs:documentation>The status of the step.
Possible values:
Passed - A step that passed;
Failed - A step that failed;
Done - A step that was performed successfully, but did not receive a pass, fail, or warning status
; Warning - A step that did not pass, but that did not cause the test to fail
; Information - For internal use only.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Passed" />
<xs:enumeration value="Failed" />
<xs:enumeration value="Done" />
<xs:enumeration value="Warning" />
<xs:enumeration value="Information" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="iconSel" type="xs:string">
<xs:annotation>
<xs:documentation>The index of the icon to be displayed when the node in the tree is selected. (Icons are located in the icons folder.)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="nType" type="xs:string">
<xs:annotation>
<xs:documentation>For internal use only.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Source" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The name of the UFT testing document containing the step.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SourceLine" type="xs:long" use="optional">
<xs:annotation>
<xs:documentation>The line number of the step.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="UserNote" type="xs:string" use="optional" default="no">
<xs:annotation>
<xs:documentation>The flag that is intended to make this step visible in Executive Summary.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="StepFlowItemKey" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The key of the related flow item.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|