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
10 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
- 10 hours ago