Jmeter share data from setupthreadgroup to normal threadgroup
How to share the list of lists variable from setupthreadgroup to a normal threadgroup in jmeter? for instance if I have list1=[[1,2],[3,4],[5,6]] in setupthreadgroup and same I want to use in subsequent thread group. How can we achieve this? I am trying to save this using props.put(‘listOfData’,list1) in setupThreadGroup and in normal threadGroup I am… Read More Jmeter share data from setupthreadgroup to normal threadgroup