Forum Discussion

JohanF's avatar
JohanF
New Contributor
2 months ago

How to escape ampersand in Property Expansion?

Hi, In our TestCases, we use properties as values for SOAP requests in the following way:     <com:name>${#TestCase#currentName}</com:name> This mostly works fine, but in some cases the property v...