|
我在脚本中加了一个关联:
- web_reg_save_param("flowkey",
- "LB=selectProduct.do?_flowExecutionKey=",
- "RB=\r\n",
- "RelFrameId=all",
- //"ORD=1",
- LAST);
复制代码
执行之后,在replay log视图中却看到这样的错误:
- vuser_init.c(296): Error -26377: No match found for the requested parameter "flowkey". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024000 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
- vuser_init.c(296): Notify: Saving Parameter "flowkey_count = 0"
- vuser_init.c(296): web_url("selectProduct.do") highest severity level was "ERROR", 11793 body bytes, 814 header bytes, 27 chunking overhead bytes [MsgId: MMSG-26387]
复制代码
那个 Notify: Saving Parameter "flowkey_count = 0" 是怎么产生的呀,各位大虾,有谁能解释一下不。
这个关联我都做了一个星期了,还是没成功,总是取不到值,各位帮帮忙呀!sdlkfj9 |
|