录制订票并发10个用户脚本时,回放提示订票那边一直失败。女神,求指导。
来源:2-8 WebTours性能脚本开发2

qq_柏拉图_0
2017-11-17
Flights.c(24): Error -35061: No match found for the requested parameter "CorrelationParameter_1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-35061]
Flights.c(24): web_submit_data("reservations.pl") highest severity level was "ERROR", 713 body bytes, 252 header bytes [MsgId: MMSG-26388]
写回答
1回答
-
linda888
2017-11-26
这是没找到你关联的参数。1检查关联的是否正确:包括边界设置,空格不要有。2回放时看报告是否到达这个页。如果只是一个数据不正确其他数据都正确的话,不是关联的问题,是数据可能你关联的数据需要进行参数化。如果都不是以上问题,在脚本前加web_Set_max_html_param_len ("10240")
00
相似问题