0

How to simulate a scenario where a user will login once and run parallel threads and log out .

a.login b.performs action multiple times c log out

Just wanted to know , how to share cookie between two threads.

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
  • What use case could you possibly be modeling by running several threads doing actions concurrently for one user? Wouldn't it be better to have each thread maintain its own cookies and model a single user? – Surveon Sep 06 '13 at 16:08
  • Regardless, [this question](http://stackoverflow.com/questions/9825984/sharing-cookie-values-between-thread-groups-in-jmeter) may be helpful. – Surveon Sep 06 '13 at 16:14

0 Answers0