航班做动态关联时,找到的跟老师是一模一样的,为啥就是报错呢?

来源:4-3 调试脚本

魔铃咔咔

2017-05-19 10:13

Action.c(50): Error -26377: No match found for the requested parameter "outboundFlight". Either the specified boundaries were not found in the response or the matched text is longer than current max html parameter size of 256 bytes. The total length of the response is 2683 bytes. You can use "web_set_max_html_param_len" to increase the max parameter size.      [MsgId: MERR-26377]

写回答 关注

2回答

  • 魔铃咔咔
    2017-05-19 11:01:21

    知道问题了,脚本放错位置了,应该放在查找的内容的上方

  • 魔铃咔咔
    2017-05-19 10:15:01

    关联脚本   
    //name="outboundFlight" value="022;464;05/19/2017">
        web_reg_save_param("outboundFlight",
                               "LB=name=\"outboundFlight\" value=\"",
                               "RB=\">",
                                LAST);

美女带你走入LR性能测试框架基础

带领大家进入LoadRunner性能测试领域

48930 学习 · 385 问题

查看课程

相似问题