|
比如我弄个100个用户并发登录的压力测试。
录制的时候脚本是可以回放了,然后到场景里面去跑。
如果在场景里有出现errors的话。我再回到Vugen回到原来的脚本就报错拉。
Authentication required, please use web_set_user,e.g. web_set_user("domain\\user", "password","host:port")
Action.c(160): Error -26630: HTTP Status-Code=401 (Unauthorized) for "http://218.241.223.235:8080/plugins/servlet/..........&libs=auth-refresh" [MsgId: MERR-26630]
Action.c(160): web_url("ifr") highest severity level was "ERROR", 2616 body bytes, 391 header bytes [MsgId: MMSG-26388]
网上说 是因为系统会弹出一个对话框要求用户输入域用户名称和口令才能打开页面。
只要在第一行写上 函数 web_set_user 就可以了。
疑问一:直接访问系统实际是没有对话框的。为什么还会报 web_set_user 这个错误?
然后我在第一行加上 函数 web_set_user 后,仍然报错:
Action.c(160): Error -26630: HTTP Status-Code=401 (Unauthorized) for "http://218.241.223.235:8080/plugins/servlet/..........&libs=auth-refresh" [MsgId: MERR-26630]
Action.c(160): web_url("ifr") highest severity level was "ERROR", 2616 body bytes, 391 header bytes [MsgId: MMSG-26388]
疑问二:为什么仍然会报错。错误要怎么解决?
我用得是loadrunner 11版本的。系统是win7.家庭版的64位。另外我安装loadrunner 11 成功后就没改什么设置。都是默认设置。 会不会和一些设置有关。我很菜啊。
各位前辈们。我刚学。很多不懂的。清多多指教。 |
|