开发者

JMeter: run parameterized threads

开发者 https://www.devze.com 2023-02-12 17:14 出处:网络
I\'ve written simple test plan in JMeter, plan consists of one thread group and one controller with \"HTTP request\" elemets. Plan performes login to website, session refresh and logout.

I've written simple test plan in JMeter, plan consists of one thread group and one controller with "HTTP request" elemets. Plan performes login to website, session refresh and logout. Is there a way to preform thread running, with different params (lo开发者_JAVA技巧gin/password) each time?

thanks.


There are lots of different ways to parametrize your test. If you have a lot of users you want to use, I would recommend using a CSV Data Set Config. If you only have a few you want to use, you can try User Defined Variables or User Parameters. Make sure you check out the documentation, as each one is used slightly differently.

0

精彩评论

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