controller中见鬼
我录制了一个关于“用户登录权限控制”的脚本,第一次在controller中跑了一遍,没问题。但是再跑所有用户就全部出错,错误描述是:You do not have a license for this Vuser type. please contact Mercury Interative to renew your license.
脚本如下:
Action()
{ lr_rendezvous("login");
lr_start_transaction("login_a");
web_set_user("10.10.202.22\\ex_queaimin",
"Novi2005",
"10.10.202.22:8080");
web_url("welcome.do",
"URL=http://10.10.202.22:8080/itsm/welcome.do",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=images/item_top.gif", ENDITEM,
"Url=images/item_left.gif", ENDITEM,
"Url=images/item.gif", ENDITEM,
"Url=images/expand.gif", ENDITEM,
"Url=images/space.gif", ENDITEM,
"Url=images/collapse.gif", ENDITEM,
"Url=images/item_right.gif", ENDITEM,
"Url=images/item_bottom.gif", ENDITEM,
"Url=images/index.gif", ENDITEM,
LAST);
web_url("null.jsp",
"URL=http://10.10.202.22:8080/itsm/null.jsp",
"Resource=0",
"RecContentType=text/html",
"Referer=http://10.10.202.22:8080/itsm/welcome.do",
"Snapshot=t2.inf",
"Mode=HTML",
LAST);
lr_end_transaction("login_a",LR_AUTO);
return 0;
} 你的license不是正式的那种吧 我也不太清楚,公司的。但是为何第一次可以呢? 正常,见过n次了 呵呵以前没有出现过这种情况。请问lz用的是哪个版本的?俺用的7。8的,好像一直都很正常 超过100个了吧。。要不就是15天使用版。。。
提示很清楚的
“You do not have a license for this Vuser type. please contact Mercury Interative to renew your license.”————没有正确的license支持这么多用户。
录制回放正确,是因为回放时只有一个虚拟用户;
在control中压力报错,因为虚拟用户数超过license限制;
搂主可以在control中只添加2个虚拟用户,肯定不会有提示了。 我也遇到了同样的问题,我用的是winxock协议
请高手指点一二。谢了! 我想问下楼主,你所说的controller是auto controller吗?如果是,可以把你的安装包传我吗?因为最近在找这个方面的资料,一直找不到,我的邮箱是ruoya502@163.com 谢谢 你的工具没有破解,破解后应该可以了。
页:
[1]