Ask a Question

a stringlist in the property step

rdebie
Contributor

a stringlist in the property step

Hello,

Is it possible to insert a list of values in the property step.

The reason is: i want to transfer a list of values from one groovy script to another groovy script.
1 REPLY 1
omatzura
Super Contributor

Hi,

you can save the list in the context instead.. ie in your first groovy step

context.myList = .. the list..

and in your second groovy step

def theList = context.myList

Hope this helps!

/Ole
eviware.com
cancel
Showing results for 
Search instead for 
Did you mean: