Description

The information about the type of run session.

Attributes

NameTypeUseDefaultDescription
batchNMTOKENoptionalFalseIndicates whether the run session was performed in batch mode. This option applies only to WinRunner. Possible values: True ; False
fmStepNMTOKENoptionalFalseIndicates whether the run session was performed in Run from Step mode. Possible values: True ; False
upASNMTOKENoptionalFalseIndicates whether Active Screen images and values were updated when the run session was performed. Possible values: True; False
upChkNMTOKENoptionalFalseIndicates whether checkpoint properties were updated when the run session was performed. Possible values: True; False
upDescNMTOKENoptionalFalseIndicates whether test object descriptions were updated when the run session was performed. Possible values: True; False

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RunType">
    <xs:annotation>
        <xs:documentation>The information about the type of run session.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="fmStep" default="False">
                    <xs:annotation>
                        <xs:documentation>Indicates whether the run session was performed in Run from Step mode. 
Possible values:
True
; False</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="batch" default="False">
                    <xs:annotation>
                        <xs:documentation>Indicates whether the run session was performed in batch mode. This option applies only to WinRunner.
Possible values:
True
; False</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="upDesc" default="False">
                    <xs:annotation>
                        <xs:documentation>Indicates whether test object descriptions were updated when the run session was performed.
 Possible values:
True; 
False</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="upChk" default="False">
                    <xs:annotation>
                        <xs:documentation>Indicates whether checkpoint properties were updated when the run session was performed.
 Possible values:
True; 
False</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="upAS" default="False">
                    <xs:annotation>
                        <xs:documentation>Indicates whether Active Screen images and values were updated when the run session was performed.
 Possible values:
True; 
False</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:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>