background image
<< Configuration Test Asset Parcel File | Test Script Type Test Asset Parcel File >>
<< Configuration Test Asset Parcel File | Test Script Type Test Asset Parcel File >>

Configuration Attribute Test Asset Parcel File

Sample Rational Test Asset Parcel Files
421
Test Input Type Test Asset Parcel File
You can choose to export test input types with or without contained test input
sources. If you choose to export contained test input sources with the test input type
test asset, the .RTPAR file includes information about each test input source in the
format established for exporting individual test input source test assets.
This example shows a test input type test asset exported without contained test input
sources:
<?xml version="1.0"?>
<TestAssetParcel>
<TestInputType>
<Name><![CDATA[Test Input Type 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>
<AdapterName><![CDATA[Adapter File Name]]></AdapterName>
<Flags><![CDATA[X]]></Flags>
<Type><![CDATA[X]]></Type>
<InputSource-List/>
</TestInputType>
</TestAssetParcel>
Log Filter Test Asset Parcel File
Log filter test assets are exported individually.
<?xml version="1.0"?>
<TestAssetParcel>
<LogFilter>
<Name><![CDATA[Log Filter 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>
<ResultOptionCriteria><![CDATA[X]]></ResultOptionCriteria>
<EventTypeCriteria-List/>
<EventSpecificCriteria-List/>
<VPCriteria-List/>
<ProtocolCriteria-List/>
<CommonCommandCriteria-List/>
<ASCIICommandCriteria-List/>
<XCommandCriteria-List/>
<HTTPCommandCriteria-List/>
<TuxedoCommandCriteria-List/>
<SQLCommandCriteria-List/>
<SocketCommandCriteria-List/>
<IIOPCommandCriteria-List/>
<DCOMCommandCriteria-List/>
<EJBCommandCriteria-List/>
</LogFilter>
</TestAssetParcel>