Is it possible in jmeter to use the same variables in different BeanShell Sampler? My target is import my Amazon Kinesis Java application (converted ) into Jmeter, but part of this code is the connection and I want to set-up this once at the start-up of jmeter application. So I must re-use AmazonKinesisClient variable in different beanshell. Is it possible? thanks
PS: I have the same problem with JSONObject but in such case I have used a jmeter variable (storing json as String)