How to get a separate context in different testcase instances running in parallel?
I have a test case with groovy script test step which uses some variables received in context, e.g. counter value, processes it and returns some other value, e.g. returnId def counter = context.g...