Insufficient records for parameter
LoadRunner9.0中,运行场景时出现Insufficient records for parameter 'cusername' in table to provide the Vuser with unique data。我的参数设置是unique,once。可是以前运行的时候没问题,设成sequential ,each iteration也不行。我的cusername参数是int i;
charstr;
srand(time(NULL));
i=rand()%10;
lr_save_datetime("%Y%m%d%H%M%S",DATE_NOW,"now");
sprintf(str,"c%s%d",lr_eval_string("{now}"),i);
lr_save_string(str,"cusername");
这样获取的,不知道问题出在哪里。有没人肯帮我看一下?3ks。 楼主你翻译下提示信息就知道怎么回事了 你多弄点数据就可以了 设成sequential ,each iteration也不行
应该不是相同的错误吧 设成sequential ,each iteration也不行
应该不是相同的错误吧 这个问题有解决的吗?给分享一下吧! 尝试着将parameter list里Allocate Vusers value in the Controller 更改为Allocate ** values for each Vuser试试。 默认一般为:Automatically allocate block size。(这个值必须小于你参数的总数/虚拟用户数)
页:
[1]