Forum Discussion

rdebie's avatar
rdebie
Contributor
17 years ago

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

  • omatzura's avatar
    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