Description

The general information about the product and system.

Attributes

NameTypeUseDefaultDescription
hoststringrequired The name of the computer on which the run session was performed.
osstringrequired The operating system on which the run session was performed.
productNamestringrequired 

The name of the product used to create the test or business component.

Possible values: Micro Focus UFT One, Unified Functional Testing, Service Test, QuickTest.

Additionally in version 23.4 or later: 

OpenText UFT One

productVerstringrequired The version of the product used to create the test or business component.
qcprojectstringoptional ALM project name
qcserverstringoptional ALM server address
SolManProjectIdstringoptional For internal use only.
SolManSolutionIdstringoptional For internal use only.
SolManTestPackageIdstringoptional For internal use only.
SolManTestPlanIdstringoptional For internal use only.
SolManUserInfoDatastringoptional For internal use only.

Diagram

General Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)DocLocation Element (Required, 1 element allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="General">
    <xs:annotation>
        <xs:documentation>The general information about the product and system.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DocLocation" />
        </xs:sequence>
        <xs:attribute name="productName" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>The name of the product used to create the test or business component. Possible values: Micro Focus UFT One, Unified Functional Testing; Service Test; QuickTest</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="productVer" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>The version of the product used to create the test or business component.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="os" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>The operating system on which the run session was performed.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="host" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>The name of the computer on which the run session was performed.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="qcserver" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>ALM server address</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="qcproject" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>ALM project name</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="SolManSolutionId" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="SolManProjectId" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="SolManTestPlanId" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="SolManTestPackageId" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="SolManUserInfoData" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>