51Testing软件测试论坛

标题: Insufficient records for parameter [打印本页]

作者: moyiyun    时间: 2011-4-6 10:33
标题: 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;
    char  str[30];
        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。
作者: kuangquanshui    时间: 2011-4-6 10:38
楼主你翻译下提示信息就知道怎么回事了   你多弄点数据就可以了
作者: msnshow    时间: 2011-4-6 13:42
设成sequential ,each iteration也不行

应该不是相同的错误吧
作者: msnshow    时间: 2011-4-6 13:42
设成sequential ,each iteration也不行

应该不是相同的错误吧
作者: an_sshan    时间: 2011-8-18 10:53
这个问题有解决的吗?给分享一下吧!
作者: xlf24    时间: 2012-9-21 16:47
尝试着将parameter list里Allocate Vusers value in the Controller 更改为Allocate ** values for each Vuser试试。 默认一般为:Automatically allocate block size。(这个值必须小于你参数的总数/虚拟用户数)




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