vpachpute1
9 years agoFrequent Contributor
Custom property value is not called in parameterised request file.
Hi
I have following scenario
1. Call request from external request file (For this, In requests, I am using media type as 'text/xml' and attaching the .xml file)
2. Pass custom properties inside request.xml file.
Issue:
When I passed custom properties inside request.xml file, it is not picking the value of of custom property.
Can you please help if I am missing something.
My sample request.xml is as follows
<abc-request client-application-id="JUnit client" client-domain="JUnit client Domain">
<payload>
<modify-UG>
<charging-id type="msisdn">${#TestCase#MSISDN}</charging-id>
</modify-UG>
</payload>
</abc-request>