gordillo_ramon
13 years agoContributor
REST Property Expansion
Hi all.
I have tried to use the property expansion in a POST REST request, in the body part, but every time I get the property unexpanded, just the literal "${..."
I get the same property expanded in the headers. Is it possible to use it in the body?
TIA.
Ramon
I have tried to use the property expansion in a POST REST request, in the body part, but every time I get the property unexpanded, just the literal "${..."
I get the same property expanded in the headers. Is it possible to use it in the body?
TIA.
Ramon
Normally a JsonPath expression must start with the '$' operator, except assertions seem to be processed in a slightly different way. Does this expression work?
${TestStepName#Response#$..id[1]}