background image
<< Appendix D - Rational Test Asset Parcel File Format | Sample Rational Test Asset Parcel Files >>
<< Appendix D - Rational Test Asset Parcel File Format | Sample Rational Test Asset Parcel Files >>

Rational Test Asset Parcel File Format

412
Appendix D - Rational Test Asset Parcel File Format
Depending on which related assets, if any, you choose to export with the test plan test
asset, the .RTPAR file includes information about those related assets according to the
format established for that asset individually. This example shows a test plan test
asset exported with a contained test case folder, but not any other related assets.
<?xml version="1.0"?>
<TestAssetParcel>
<TestPlan>
<Name><![CDATA[Test Plan 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>
<Custom1/>
<Custom2/>
<Custom3/>
<ExternalDocument-List/>
<Iteration-List/>
<Configuration-List/>
<TestCaseFolder>
<Name><![CDATA[Test Case Folder 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>
<Iteration-List/>
<Configuration-List/>
</TestCaseFolder>
</TestPlan>
</TestAssetParcel>
Test Case Test Asset Parcel File
You can choose to export test cases with the following related assets:
s
Contained configured test cases
s
Associated iterations
s
Associated configurations
s
Associated configuration attributes
s
Associated implementations
s
Associated test inputs