jmeter 控制器

Critical Section Controller :

BeanShell Sampler,请求1的脚本为:

String str="1111111111111111111111-----${user}";
log.info(str);

BeanShell Sampler,请求2的脚本为:

String str="2222222222222222222-----${user}";
log.info(str);

BeanShell Sampler,请求3的脚本为:

String str="333333333333333333-----${user}";
log.info(str);

返回结果:

顺序一致。

posted @ 2015-08-10 11:18  米蓝  阅读(318)  评论(0编辑  收藏  举报