51Testing软件测试论坛

标题: 关于注册操作脚本的录制及参数化问题 [打印本页]

作者: laipi    时间: 2008-4-2 15:34
标题: 关于注册操作脚本的录制及参数化问题
注册脚本录制成功后,对其进行参数化,回放 ,提示没有出错 Results.qtp,submitdata:Reguserinfo.do
提示 Internet Explorer  脚本错误
lr_think_time(6);
        lr_rendezvous("Zhu_Ce_02_04");
        lr_start_transaction("ZHU_CE_02_04");

        web_submit_data("RegUserinfo.do",
                "Action=http://www.xxx.com/Register/RegUserinfo.do",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://www.xxx.com/Register/RegUserinfo.do",
                "Snapshot=t4.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=userid", "Value={Userid_02_04}", ENDITEM,
                "Name=password", "Value={PassWord_02_04}", ENDITEM,
                "Name=tablekey", "Value={TableKey_02_04}", ENDITEM,
                "Name=email", "Value={Email_04_02}", ENDITEM,
                "Name=validatecode", "Value=asdq", ENDITEM,
                "Name=user_type", "Value=0", ENDITEM,
                "Name=method", "Value=RegUserinfoUpdate", ENDITEM,
                "Name=id", "Value=0", ENDITEM,
                LAST);
        lr_end_transaction("ZHU_CE_02_04", LR_AUTO);


Error:84800
insufficient records for param 'Zhu_Ce04_02' in table to provide the Vuser with unique data

[ 本帖最后由 laipi 于 2008-4-2 15:41 编辑 ]
作者: lucklili    时间: 2008-4-2 15:43
我还真不知道,关注下
作者: duanyonghua72    时间: 2008-4-2 16:10
从报错信息上看,是你的参数'Zhu_Ce04_02' 中的记录数不够脚本用了,因为你设了每个用户用唯一的值,但你的脚本中没有看到这个参数,所以不能确定问题出在哪里
作者: 云层    时间: 2008-4-2 16:22
同上




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