Forum Discussion

teak's avatar
teak
Contributor
10 years ago

Re: how to pass groovy context array to other testCases in testSuite

does anybody know if this is possible or not?

thanks

1 Reply

  • teak's avatar
    teak
    Contributor

    Hi, 

    I have an array [list] in a groovy script [from the response of previous request]. 

    How can I access this array from another testCase in the same testSuite? 

     

    as far as I understand context is only available from within the testCase [I can access the array from other testSteps in the same testCase]

     

    Thanks