Forum Discussion
nmrao
12 years agoCommunity Hero
Try the following:
add the code in groovy script which will set a test case property
And in the request use as:
add the code in groovy script which will set a test case property
testRunner.testCase.setPropertyValue('Number','123445566')And in the request use as:
<v2:Number>${#TestCase#Number}</v2:Number>