您好,登录后才能下订单哦!
loadrunner11使用常见问题
脚本录制为空
1. 检查协议是否正确;
2. 关闭无关浏览器,设置IE或者火狐为默认浏览器;
3. 录制选项 -> Network -> 端口映射 -> 捕获级别,修改为:socket level and winnet level data;
执行提示超时错误
一般提示超时错误,都是因为并发压力过大,服务器端太繁忙,无法及时响应客户端的请求而造成的;
Error -27728: Step download timeout (120 seconds) has expired when downloading non-resource(s)
1. HTTP协议默认超时时间为120s,客户端发送一个请求到服务器,如果超过120秒服务器还没返回结果,则出现超时错误。
2. 修改Run-Time Settings -> Internet Protocol:Preferences -> options -> Step download time,以及HTTP-request connect timeout或者HTTP-request receive的值;
Error -27796: Failed to connect to server www.baidu.com:80: [10048]
1. 在注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters里,有如下两个键值:TcpTimedWaitDelay、MaxUserPort
2. TcpTimedWaitDelay默认值应该中是30s,所以这里,把这个值调小为5s(按需要调整)。
3. 把MaxUserPort调大 -> 65534 (如果这个值不是最大值的话)。
注:少量用户出现该问题,可能是程序上的问题;大了用户出现该问题,可能是系统支撑不了这么多并发。
Error -27979: Requested from not found 或者web_submit_form highest severity level was "ERROR",0 body bytes,0 header bytes。
1. 所选择录制脚本模式不正确。
1)Recording Options -> Internet Protocol -> Recording -> Recording Level 为HTML-based script;
2)单击HTML Advanced,选择Script Type为A script containing explicit;
3)选择使用URL_based script模式来录制脚本。
2. 没有关联或关联边界不正确导致。
如何让执行错误后仍继续运行,以保障不间断进行压力测试
Run-time Settings -> General -> Miscellaneous,关于Error Handling的配置,勾选“Continue on error”即可让虚拟用户发生错误继续运行。
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。