background image
<< Computer List Test Asset Parcel File | Configuration Attribute Test Asset Parcel File >>
<< Computer List Test Asset Parcel File | Configuration Attribute Test Asset Parcel File >>

Configuration Test Asset Parcel File

420
Appendix D - Rational Test Asset Parcel File Format
Test Script Type Test Asset Parcel File
You can choose to export test script types with or without contained test script
sources. If you choose to export contained test script sources with the test script type
test asset, the .RTPAR file includes information about each test script source in the
format established for exporting individual test script source test assets.
This example shows a test script type test asset exported with contained test script
sources:
<?xml version="1.0"?>
<TestAssetParcel>
<TestScriptType>
<Name><![CDATA[Test Script Type]]></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]]></Name>
<Owner><![CDATA[Name]]></Owner>
<ConsoleAdapterName><![CDATA[Name]]></ConsoleAdapterName>
<ExecutionAdapterName><![CDATA[Name]]></ExecutionAdapterName>
<ConsoleAdapterType><![CDATA[X]]></ConsoleAdapterType>
<ExecutionAdapterType><![CDATA[X]]></ExecutionAdapterType>
<NewMethod/>
<EditMethod/>
<SelectMethod/>
<RecordMethod/>
<ExecutionMethod/>
<ExecutionOption-List/>
<SelectUseFileDlg><![CDATA[X]]></SelectUseFileDlg>
<ConsoleAdapterPath/>
<ExecutionAdapterPath/>
<Flags><![CDATA[X]]></Flags>
<Type><![CDATA[X]]></Type>
<MaxTesters><![CDATA[X]]></MaxTesters>
<ScriptSource-List>
<Associated-ScriptSource><![CDATA[Associated Script Source]]>
</Associated-ScriptSource>
</ScriptSource-List>
</TestScriptType>
<TestScriptSource>
<Name><![CDATA[VU - (Rational Test Datastore)]]></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>
<DataPath><![CDATA[Datastore Path]]></DataPath>
<DataPathSpecificity><![CDATA[X]]></DataPathSpecificity>
<ConnectionOption-List>
<ConnectionOption>
<Name><![CDATA[Connection Option Name]]></Name>
<Op/>
<Value><![CDATA[X]]></Value>
</ConnectionOption>
<ConnectionOption>
<Name><![CDATA[Connection Option Name]]></Name>
<Op/>
<Value><![CDATA[Connection Option Value]]></Value>
</ConnectionOption>
</ConnectionOption-List>
<Flags><![CDATA[0]]></Flags>
<ExecutionOption-List/>
<DatapoolPath/>
<DatapoolPathSpecificity><![CDATA[X]]></DatapoolPathSpecificity>
<EnableVersioning><![CDATA[X]]></EnableVersioning>
<Associated-ScriptType><![CDATA[Associated Script Type]]></Associated-ScriptType>
</TestScriptSource>
</TestAssetParcel>