Forum Discussion
1 Reply
- teakContributor
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