Forum Discussion
MartinS
14 years agoOccasional Contributor
Hello.
Make a property in your project (tab overview).
Like this:
name: xmlTag
value: <ns15:containerStatusIdentifier xsi:nil="true"/>
then place in your test request:
${#Project#xmlTag}
I think this is the easiest way to do it without using groovy.
Regards,
MartinS
Make a property in your project (tab overview).
Like this:
name: xmlTag
value: <ns15:containerStatusIdentifier xsi:nil="true"/>
then place in your test request:
${#Project#xmlTag}
I think this is the easiest way to do it without using groovy.
Regards,
MartinS