51Testing软件测试论坛

标题: 如何用lr做注册功能的性能测试 [打印本页]

作者: lovewings    时间: 2007-10-9 10:26
标题: 如何用lr做注册功能的性能测试
简单的说就是一个脚本,里面用参数化注册3个用户名,要设置3个VUSER运行,可是里面会有重复的问题啊,怎么才能避免呢~~???最好的就是每个VUSER分别注册一个用户名,怎么弄哦
还有,我让3个VUSER一起开始的,那样的话还需要再之前加上同步点么???

我后来想到了用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次

哈哈哈,谢谢大家啦




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2