I have a number of assertions for XML content that have "$" in them.
Where I'm looking for #[((${CD67610 addMonth="2"} - @{Nxt Pymt Due Date}) / 86400000) round="ROUND,1"], soapUI is looking for #[(( - @{Nxt Pymt Due Date}) / 86400000) round="ROUND,1"].
It seems like soapUI NG Pro is substituting the null value of a perceived variable ${CD67610 addMonth="2"} for my text. Is there a way to escape this?
Thank you for your help
Solved! Go to Solution.
Download nightly build,
https://support.smartbear.com/downloads/readyapi/nightly-builds/
Hi Pmrostal,
Perhaps, using double $ helps you - $${...}
Could you please check this?
An extra $ works in 1.7.0 but due to a bug in 1.8.0 it works with two $$ for escape, we have a bug logged for this issue.
Download nightly build,
https://support.smartbear.com/downloads/readyapi/nightly-builds/
Thank you - I will work with our tools team to get them to allow me to download the build. If not, I believe I can move from 1.4 to 1.7, which sounds like it will work for me too.
Subject | Author | Latest Post |
---|---|---|