Forum Discussion
nmrao
6 years agoCommunity Hero
It is pretty simple if you use custom properties of test case.
Change below from
<DocumentItemID DocumentItemTypeCode="" SendingComponentID="" LogicalSystemID="">
to
<DocumentItemID DocumentItemTypeCode="${#TestCase#TYPE_CODE}" SendingComponentID="${#TestCase#COMPONENT_ID}" LogicalSystemID="${#TestCase#SYSTEM_ID}">
Define test case level custom properties
TYPE_CODE
COMPONENT_ID
SYSTEM_ID
and respective values.
Please refer documentation for the same
https://www.soapui.org/scripting-properties/property-expansion/