Forum Discussion

EBaethke's avatar
EBaethke
Contributor
11 years ago

Property values with incomplete expansions duplicate text

SoapUI Pro Version: 4.6.3

If you name a property with an incomplete property expansion, then whatever appears before the expansion will be duplicated when you retrieve the property.
For example:

"Text${" >> "TextText${"
"SOAPUI${Project#abc" >> "SOAPUISOAPUI${Project#abc"
"X${" >> "XX${"






I've attached a project to demonstrate this bug.

1 Reply

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi,

    You need to put an escape character "\" to escape the meaning of the bracket with the dollar sign in property expansion. The value of the property should be created as Test$\{. Doing so will print Test$\{ as the value for the property.



    Regards,
    Marcus
    SmartBear Support