Description
The general information about the product and system.
Attributes
Name | Type | Use | Default | Description |
---|
host | string | required | | The name of the computer on which the run session was performed. |
os | string | required | | The operating system on which the run session was performed. |
productName | string | required | | 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 |
productVer | string | required | | The version of the product used to create the test or business component. |
qcproject | string | optional | | ALM project name |
qcserver | string | optional | | ALM server address |
SolManProjectId | string | optional | | For internal use only. |
SolManSolutionId | string | optional | | For internal use only. |
SolManTestPackageId | string | optional | | For internal use only. |
SolManTestPlanId | string | optional | | For internal use only. |
SolManUserInfoData | string | optional | | For internal use only. |
Diagram
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>
|