On 13 December 2012 04:28, frank <[email protected]> wrote: > maybe it's the fault of my script. > > i used ${_setProperty()} to store response data in one post processor, and > used ${_property()} to get response data in another post processor, so if > there are multiple users, this will result in the problem i said.
Properties are global. You probably need to be using variables instead. > Thanks! > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/different-user-get-same-response-data-tp5715481p5715541.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
