我后来想到了用3个脚本,每个脚本注册一个,每个脚本设置1个VUSER,然后三个group一起开始,没有FAIL了,不过觉得不应该是这么做的~~~新手请教作者: Zee 时间: 2007-10-9 10:48
setup parameter properties.作者: lovewings 时间: 2007-10-9 11:11
那里面我原来设的是select next row : sequential
update value on :each iteration
然后迭代次数设置的3次
其他的选项暂时不太知道怎么用,请教~~作者: lovewings 时间: 2007-10-9 11:11
那里面我原来设的是select next row : sequential
update value on :each iteration
然后迭代次数设置的3次
其他的选项暂时不太知道怎么用,请教~~作者: qiguojie 时间: 2007-10-9 11:44
select next row :设置为Unique作者: Zee 时间: 2007-10-9 11:46
select next row : unique作者: 1qazse4 时间: 2007-10-9 11:59
应该是在参数属性里设置
设置“选择下一行”为唯一值
设置“更新值的时间”为“once(即一次)”
不知道是这样不? 我看了帮助文档,也没有详细的讲叙。
Zee版主怎么不在了,继续关注此问题ing......作者: 1qazse4 时间: 2007-10-9 12:01
个人认为注册的时候,考虑业务逻辑,不能注册重复的用户,
所以三个Vuser不能使用参数里的3个值重复运行,只能唯一哦作者: lovewings 时间: 2007-10-9 14:37
看来是我没有弄清楚SEQUENTIAL和UNIQUE的区别
SEQUENTIAL:If there are not enough values in the data table, VuGen returns to the first value in the table, continuing in a loop until the end of the test.
看来是顺序读取,不断循环的意思
UNIQUE:If there are not enough values in the data table, VuGen returns to the first value in the table, continuing in a loop until the end of the test.
看来是顺序读取,不循环的意思(一开始还以为是只读一个值呢)
现在弄好了,select next row : unique
update value on :each occurrence
然后迭代次数设置的1次