Forum Discussion
SureshR
13 years agoOccasional Contributor
I am trying to dynamically change a property value for each iteration.
I have multiple 5 digit numeric values for that property in external file.
I am trying to update the property value for each itertaion of the test.
in the below xml request, i am trying the change the property value 'TradeLeg_ID' dynamic for each iteration.
My Sample xml request is:
<trade>
<cashflow>
<sourceSysId>647686517</sourceSysId>
<businessId>
<identifierType>TRADELEG</identifierType>
<identifierValue>${#Project#TradeLeg_ID}</identifierValue>
</businessId>
<partyRole>
<roleType>PAYER</roleType>
<partyId>
<domain>:clientcentral.spn</domain>
<referenceDatakey>123456</referenceDatakey>
</partyId>
</trade>
Regards,
-Suresh
I have multiple 5 digit numeric values for that property in external file.
I am trying to update the property value for each itertaion of the test.
in the below xml request, i am trying the change the property value 'TradeLeg_ID' dynamic for each iteration.
My Sample xml request is:
<trade>
<cashflow>
<sourceSysId>647686517</sourceSysId>
<businessId>
<identifierType>TRADELEG</identifierType>
<identifierValue>${#Project#TradeLeg_ID}</identifierValue>
</businessId>
<partyRole>
<roleType>PAYER</roleType>
<partyId>
<domain>:clientcentral.spn</domain>
<referenceDatakey>123456</referenceDatakey>
</partyId>
</trade>
Regards,
-Suresh