开发者

jMeter: How to simulate many concurrent users logging in with different login ids

I need to do load testing of a GWT based app. jMeter is my tool.

I'm able to simulate many concurrent users logging in with the same login ID by using the jMeter recording proxy feature.

Can you please tell me how to simulate many concurrent users logging in with different login ids?

Related:http://stackoverflow.com/questions/4193718/how-to-simulate-120-concurrent-users-of-a-web-application-with-real-conditions

The approach for the question above does not work for me as I'm the sole test engineer. But I do have 5 PCs to work with. So, how do I run different test plans (one for each 开发者_开发知识库login ID) on each of the remote machines?


to get different login IDs, you can use a CSV data set config. Simply put all the login credentials into the CSV file and you're good to go.

You'll want this CSV file to live either on each of the 5 machines in the \bin directory, or in a network directory each machine can access.

This link has a great step-by-step on how to do distributed testing: http://jmeter.apache.org/usermanual/remote-test.html

To get different test plans on each machine, there are a few options I'd recommend:

  1. Use IF controllers to say "if login is X, then do these actions.
  2. Use RANDOM controllers to have the script choose a different path for each thread.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜