美文网首页
lordrunner中遇到的常见报错信息

lordrunner中遇到的常见报错信息

作者: _Irving | 来源:发表于2019-10-23 10:45 被阅读0次

    Loadrunner Error -26374及-26377错误解决?

    就像错误提示的那样,取值范围不对,不过这种情况基本上很少遇到,也很好解决,直接在最开始设置个函数web_set_max_html_param_len参数值你多设点999999都没关系的

    (1)错误: 27783=Timeout (XXX seconds) exceeded while attempting to establish connection to host "http://....."。

    解决方法:这种情况需要增加连接超时时间(HTTP-request connect timeout)。

    (2)错误: 27782=Timeout (XXX seconds) exceeded while waiting to receive data for URL "http://....."。

    解决方法:这种情况需要增加接收超时时间(HTTP-request receive timeout )。

    (3)错误: 27730=Timeout of XXX expired when waiting for the completion of URL "http://....."。

    解决方法:这种情况需要增加接收超时时间(HTTP-request receive timeout)。

    (4)错误: 27751=Page download timeout (XXX seconds) has expired。

    解决方法:这种情况需要增加连接超时时间(Step download timeout (sec))。

    (5)错误: 27728=Step download timeout (XXX seconds) has expired when downloading non-resource(s)。

    解决方法:这种情况需要增加连接超时时间(Step download timeout (sec))。

    这些问题的产生主要是因为连接超时而引起来的问题。可以通过在场景设计时单击【Run-Time Setting】按钮,然后在弹出的"Run-time Settings"对话框中,依次选择"Internet protocol > Preferences"项,再单击【Options... 】按钮,在弹出的"Advanced Options"对话框中调整一下"HTTP-request connect timeout (sec)、HTTP-request receive timeout (sec)、Step download timeout (sec)"设置来解决这些问题。

    相关文章

      网友评论

          本文标题:lordrunner中遇到的常见报错信息

          本文链接:https://www.haomeiwen.com/subject/wlbhvctx.html