ham301 发表于 2008-11-4 15:20:25

参数化报错

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 : プロセスはファイルにアクセスできません。別のプロセスが使用中です。//进程对文件不能访问。另外的进程使用中。
       
Error: Table 'E:\AutoTest\LR_STU\stu_sendmail\URL.dat' cannot be opened. Error code is '-2'.       
Warning: Extension parameng.dll reports error -2 on call to function ExtPerProcessInitialize       
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.       

求大家解答.

Lemon_s 发表于 2008-11-4 15:29:48

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:31

问题是解决了.不是Update Value On 的问题.设成Each Occurrence还是报错.
将Paramenter Simulate中的 Scenaria on mode 设置成 Run Idefinitely 就可以了.
为什么这样,我还不知道,研究中...

Lemon_s 发表于 2008-11-4 16:13:37

用的8.1,没有Paramenter Simulate:L
页: [1]
查看完整版本: 参数化报错