background image
<< Iteration Test Asset Parcel File | Computer List Test Asset Parcel File >>
<< Iteration Test Asset Parcel File | Computer List Test Asset Parcel File >>

Build Test Asset Parcel File

418
Appendix D - Rational Test Asset Parcel File Format
This example shows a computer list test asset exported with associated computer
data:
<?xml version="1.0"?>
<TestAssetParcel>
<ComputerList>
<Name><![CDATA[Computer List Name]]></Name>
<Description/>
<CreationDate><![CDATA[YYYY:MM:DD:HH:MM:SS]]></CreationDate>
<ModificationDate><![CDATA[YYYY:MM:DD:HH:MM:SS]]></ModificationDate>
<LastModifiedBy><![CDATA[Name]]></LastModifiedBy>
<CreatedBy><![CDATA[Name]]></CreatedBy>
<Owner><![CDATA[Name]]></Owner>
<Computer-List>
<Associated-Computer><![CDATA[Associated Computer Name]]></Associated-Computer>
<Associated-Computer><![CDATA[Associated Computer Name]]></Associated-Computer>
</Computer-List>
</ComputerList>
<Computer>
<Name><![CDATA[Associated Computer Name]]></Name>
<Description/>
<NetworkAddress><![CDATA[Network Address]]></NetworkAddress>
<UsageClient><![CDATA[X]]></UsageClient>
<UsageServer><![CDATA[X]]></UsageServer>
<UsagePlayback><![CDATA[X]]></UsagePlayback>
<PortInformation-List/>
</Computer>
<Computer>
<Name><![CDATA[Associated Computer Name]]></Name>
<Description><![CDATA[description]]></Description>
<NetworkAddress><![CDATA[Network Address]]></NetworkAddress>
<UsageClient><![CDATA[X]]></UsageClient>
<UsageServer><![CDATA[X]]></UsageServer>
<UsagePlayback><![CDATA[X]]></UsagePlayback>
<PortInformation-List/>
</Computer>
</TestAssetParcel>
Configuration Test Asset Parcel File
You can choose to export configurations with or without associated configuration
attributes. If you choose to export associated configuration attributes with the
configuration, the .RTPAR file includes information about each configuration
attribute in the format established for exporting individual configuration attribute test
assets.
This example shows a configuration test asset exported with associated configuration
attributes:
<?xml version="1.0"?>
<TestAssetParcel>
<Configuration>
<Name><![CDATA[Configuration Name]]></Name>
<Description/>
<CreationDate><![CDATA[YYYY:MM:DD:HH:MM:SS]]></CreationDate>
<ModificationDate><![CDATA[YYYY:MM:DD:HH:MM:SS]]></ModificationDate>
<LastModifiedBy><![CDATA[Name]]></LastModifiedBy>
<CreatedBy><![CDATA[Name]]></CreatedBy>
<Owner><![CDATA[Name]]></Owner>
<Attribute-List>
<Attribute>
<Name><![CDATA[Attribute Name]]></Name>
<Op><![CDATA[Attribute Operator]]></Op>
<Value><![CDATA[Attribute Value]]></Value>
</Attribute>
<Attribute>
<Name><![CDATA[ttribute Name]]></Name>
<Op><![CDATA[Attribute Operator]]></Op>