background image
<< .RTPAR file includes information about those related assets | Build Test Asset Parcel File >>
<< .RTPAR file includes information about those related assets | Build Test Asset Parcel File >>

Iteration Test Asset Parcel File

Sample Rational Test Asset Parcel Files
417
<LastModifiedBy><![CDATA[Name]]></LastModifiedBy>
<CreatedBy><![CDATA[Name]]></CreatedBy>
<Path/>
<AutoNameCount><![CDATA[X]]></AutoNameCount>
</LogFolder>
</Build>
</TestAssetParcel>
Iteration Test Asset Parcel File
Iteration test assets can be exported individually or as part of a test plan.
<?xml version="1.0"?>
<TestAssetParcel>
<Iteration>
<Name><![CDATA[Iteration 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>
<StartDate><![CDATA[YYYY:MM:DD:HH:MM:SS]]></StartDate>
<EndDate><![CDATA[YYYY:MM:DD:HH:MM:SS]]></EndDate>
</Iteration>
</TestAssetParcel>
Computer Test Asset Parcel File
Computer test assets can be exported individually or as part of a computer list.
<?xml version="1.0"?>
<TestAssetParcel>
<Computer>
<Name><![CDATA[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>
Computer List Test Asset Parcel File
You can choose to export computer lists with or without associated computers. If you
choose to export associated computers with the computer list, the .RTPAR file
includes information about each computer in the list in the format established for
exporting individual computer test assets.
This example shows a computer list test asset exported without 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>
</ComputerList>
</TestAssetParcel>