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