LoadRunner请求无法找到:在录制Web协议脚本回放脚本的过程中,会出现请求无法找到的现象,而导致脚本运行停止。 错误现象:Action.c(41): Error -27979: Requested form. not found [MsgId: MERR-27979 ...
解决方法 打开录制选项配置对话框进行设置,在 Recording Options 的 Internet Protocol 选项里的 Recording 中选择 RecordingLevel 为 HTML based script , 单击 HTML Advanced ,选择 Script Type 为 A script containing explicit 。然后再选择使用 URL based ...
2018-05-11 21:25 0 1018 推荐指数:
LoadRunner请求无法找到:在录制Web协议脚本回放脚本的过程中,会出现请求无法找到的现象,而导致脚本运行停止。 错误现象:Action.c(41): Error -27979: Requested form. not found [MsgId: MERR-27979 ...
最近做一个负载均衡项目的性能测试,使用LR录制脚本协议为https协议,回放脚本时出现报错: [GENERAL_MSG_CAT_SSL_ERROR]connect to host "XXX" failed:[10054] Connection reset by peer [MsgId ...
解决方法: 1.先执行一次场景,让其报错,主要是为了创建完整的C:\Users\Administrat ...
Action.c(4): Error -27796: Failed to connect to server "192.168.66.3:8080": [10060] Connection timed out (1) 在负载生成器的注册表HKEY_LOCAL_MACHINE ...
在windows下写的脚本编译通过 但是拿到linux agent场景执行中就会提示如下,同样的脚本在windows agent下没有任何问题 agent连的是linux负载机 通过脚本一行一行排查,发现问题在这里 改成如下: 案例 ...
loadrunner错误: Action.c(33): Error -26377: No match found for the requested parameter "tianbao_biaoge_savetodo_msg". Check whether ...
进行压测时,LoadRunner报错如下: Action.c(98): Error -35061: No match found for the requested parameter "ycyzharry". Check whether the requested boundaries ...
分析原因可能是网络代理设置有问题:默认的Proxy设置是开启了User proxy server:里面的输入的代理服务器是访问不了我本机的WEB服务。所以造成了回放脚步时总是抱shut down connection 的异常。解决办法:1.Virtual User Generator-> ...