Forum Discussion
1 Reply
- Hi
you can use
context.x = 5
and then put
${x}
in your request xml.
Alternatively write the value to a property in a properties step and then use it;
testRunner.testCase.testSteps["Properties"].setPropertyValue( "x", "5" )
and in your request
${Properties#x}
regards!
/Ole
eviware.com