这些错误是什么意思
1。Error: Parameter 'code': No more unique values for this parameter in table 'code.dat' .The parameter continues with last value of the range according to "When Out Of Values" policy.2。Error: Parameter 'code': No more unique values for this parameter in table 'code.dat' .The parameter continues with last value of the range according to "When Out Of Values" policy.
3。Error: Parameter 'code': No more unique values for this parameter in table 'code.dat' .The parameter continues with last value of the range according to "When Out Of Values" policy. please check Parmeter Properties set up. 我也遇到过类似的问题, 我是重新设置了一下。但是不知道对你是否有用。 这个问题是什么情况下产生的 你参数的值不足够
一、加大参数的数据量;
二、when out of values 设成:continute in a cyclic manner 假如我有一个name.dat文件,里面内容如下
1
2
3
4
5
如果我虚拟了6个用户,我希望是先使用1到5,第6个用户使用1,即反复的使用,为什么我这这样设置,每次都是使用1呢
其中Update value on里面的三种方式我都试过了 都不行,每次都是用1,不管多少用户
[ 本帖最后由 423799223 于 2007-4-6 16:13 编辑 ] 可以的~~~
在参数设置里:
首先,select next now选择:each iteration
然后when out of values一项就变为可选了~
continute in a cyclic manner 这个真的好复杂sdlkfj7 原帖由 wgs0923 于 2007-4-6 17:20 发表 http://bbs.51testing.com/images/common/back.gif
可以的~~~
在参数设置里:
首先,select next now选择:each iteration
然后when out of values一项就变为可选了~
continute in a cyclic manner
好像你说的错了,照着你的做都做不了 SELECT NEXT ROW: 一个选择,分别是连续,随机,唯一
UPDATA VALUE ON:每次叠代,每次出现,唯一
WHEN OUT OF VALUE:停止脚本,超过的总用最后一个,重头来过
你的那些参数不够的错误,自己对照设置下就好了。
使用:连续,每次叠代,重头来过你要的那个方式就出现了 建议搂住好好看帮助和基本文档
可能是缓存的问题
重新设置参数 或者是重新启动一下 error 楼主你设置了几次迭代,controller里面 参数化设置里面的参数没给够。。 设置的蚕食唯一值不够就会这样了。设置参数一定要小心检查。
回复4楼
when out of value设成continuein a cyclic manner为什么不出错而设为continue with last value时就要出错,请指教
具体的我已发讨论贴,请高人们关注下
http://bbs.51testing.com/thread-170134-1-1.html
谢谢
页:
[1]