Reputation: 51
I recently started learning jmeter. Please help me How can i create a multiple thread groups which performs same actions but with different credentials. Issue is - in the current application i am testing ,if 5 users hit the refresh btn at the same time its crashing the system. so my Requirement is - Login with 2 different users and hit refresh button
I created 2 thread groups -for user A and user B but when i run the test plan its executing simultaneously.its checking multiple threads with same credentials of user A ,Which is not my requirement. What is the way to deal with it?
Upvotes: 2
Views: 2355
Reputation: 168147
I would suggest the following:
Upvotes: 2