Solved
Forum Discussion
nmrao
10 years agoCommunity Hero
Would you please add groovy script and soapui version details?
I fixed the problem . actually not fixed but handled it in a different way.
def vUControllerIds = []
vUControllerIds = context.expand( '${#TestCase#VUControllerIds}' )
def vUControllerId = new GroovyShell().evaluate(vUControllerIds)
Would you please add groovy script and soapui version details?