Forum Discussion
SmartBear_Suppo
Alumni
13 years agoIn property transfer you should define the name of the step and part of the test step (e.g. Response) that you are transferring that value from or to.
When you generated the whole property expansion (http://www.soapui.org/Scripting-Propert ... nsion.html) then you are already pointing to the step and also doing that in the generated path with the following snippet:
"${FindProperty#Response# ..."
So you are actually hitting the expected behavior. If you were to reference that node somewhere else, then you would need the full path to the step and #Response.
Hope my explanation makes sense. Thanks,
Michael Giller
SmartBear Software
When you generated the whole property expansion (http://www.soapui.org/Scripting-Propert ... nsion.html) then you are already pointing to the step and also doing that in the generated path with the following snippet:
"${FindProperty#Response# ..."
So you are actually hitting the expected behavior. If you were to reference that node somewhere else, then you would need the full path to the step and #Response.
Hope my explanation makes sense. Thanks,
Michael Giller
SmartBear Software