Forum Discussion
chanukya1
New Contributor
I have a previous script which saves the array of values into VUControllerIds variable. In the present script I am loading the values using -- >context.expand( '${#TestCase#VUControllerIds#$[0]}' )
chanukya1
9 years agoNew Contributor
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)
Related Content
Recent Discussions
- 4 days ago
- 9 days ago
xml to soap
Solved9 days ago