Forum Discussion
SmartBear_Suppo
Alumni
12 years agoInteresting! This is a corner case that we hadn't thought of. I'll discuss introducing escape characters for property expansion with the other developers.
Meanwhile, you can use dynamic properties as a workaround (they are described on this page: http://www.soapui.org/Scripting-Propert ... nsion.html)
I think this should work in your case: "${= '$' + context.getProperty('test')}".
Kind regards,
Manne
Meanwhile, you can use dynamic properties as a workaround (they are described on this page: http://www.soapui.org/Scripting-Propert ... nsion.html)
I think this should work in your case: "${= '$' + context.getProperty('test')}".
Kind regards,
Manne