btmuc
14 years agoNew Contributor
property expansion in mocked responses
Hello,
after having read
http://www.soapui.org/Getting-Started/m ... ponse.html
I tried to use property expansion like ${#TestCase#TransactionId} for a mocked response. This test case property has been set in the test case' setup script and successfully referenced in a SOAP request test step. But for the mocked response this expression yields an empty string.
So my question:
Is property expansion possible in the same way as for SOAP request steps, e.g. using ${#TestCase#TransactionId}? Or is it only possible to use 'simple' properties like ${TransactionId}?
Thanks in advance
M
after having read
http://www.soapui.org/Getting-Started/m ... ponse.html
I tried to use property expansion like ${#TestCase#TransactionId} for a mocked response. This test case property has been set in the test case' setup script and successfully referenced in a SOAP request test step. But for the mocked response this expression yields an empty string.
So my question:
Is property expansion possible in the same way as for SOAP request steps, e.g. using ${#TestCase#TransactionId}? Or is it only possible to use 'simple' properties like ${TransactionId}?
Thanks in advance
M