51Testing软件测试论坛

标题: 参数化报错 [打印本页]

作者: ham301    时间: 2008-11-4 15:20
标题: 参数化报错
1.不参数化,可以回放.
2.只参数化一个变量,也可以.
3.当参数化多个变量时,报错.
SMTP协议,登陆SMTP服务器:
                smtp_logon_ex(&smtp1, "SmtpLogon",
                "URL={URL}",
                "LogonUser={User}",
                "LogonPass={Password}",
                "CommonName=LoadRunner User",
                LAST);

URL:Select Next Row --Sequential     Update Value On--Each iteration
LogonUser:slect Next Row --same line as URL
LogonPass:slect Next Row --same line as URL

运行后的Reply Log:
Error: e:\autotest\lr_stu\stu_sendmail\\13144652044.idx : プロセスはファイルにアクセスできません。別のプロセスが使用中です。  //进程对文件不能访问。另外的进程使用中。
        [MsgId: MERR-13874]
Error: Table 'E:\AutoTest\LR_STU\stu_sendmail\URL.dat' cannot be opened. Error code is '-2'.        [MsgId: MERR-13880]
Warning: Extension parameng.dll reports error -2 on call to function ExtPerProcessInitialize        [MsgId: MWAR-10485]
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.        [MsgId: MERR-10176]

求大家解答.
作者: Lemon_s    时间: 2008-11-4 15:29
Error: e:\autotest\lr_stu\stu_sendmail\\13144652044.idx : プロセスはファイルにアクセスできません。別のプロセスが使用中です。  //进程对文件不能访问。另外的进程使用中。

Update Value On--Each iteration
每次迭代顺序取值,同一迭代中取值一样,如果用了多Vuser(LZ应该是用了多Vuser),那这些Vuser在同一迭代中取值都是一样的,可能是smtp服务器设置了不允许同一账号同时登陆
试试改成Each Occurrence
作者: ham301    时间: 2008-11-4 16:04
问题是解决了.不是Update Value On 的问题.设成Each Occurrence还是报错.
将Paramenter Simulate中的 Scenaria on mode 设置成 Run Idefinitely 就可以了.
为什么这样,我还不知道,研究中...
作者: Lemon_s    时间: 2008-11-4 16:13
用的8.1,没有Paramenter Simulate




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