Forum Discussion

jazzyekim's avatar
jazzyekim
Occasional Contributor
10 years ago

Sharing context properties between TestRunContext and Mock

Hi Is there a way to get values stored in TestRunContext in MockRunContext ? I create an ArrayList which I initialize in SetupScript section and store it in context like that def requestList = ...