Forum Discussion
nmrao
13 years agoCommunity Hero
Not knowing is not a problem
, you may learn it as needed.
In the groovy script add line
testRunner.testCase.setPropertyValue( "FIRST_NAME", firstname )
In the request have value ${#TestCase#FIRST_NAME}
Hope this helps
, you may learn it as needed.In the groovy script add line
testRunner.testCase.setPropertyValue( "FIRST_NAME", firstname )
In the request have value ${#TestCase#FIRST_NAME}
Hope this helps