liangdd 发表于 2009-12-5 12:15:12

LR录制下载部门遇到麻烦

我在做下载压力测试的时候,遇到一个问题,LR录制不到下载动作,我在网络上搜索了下,我不会关联,请求大家帮忙,下面是我做关联的时候出现的问题。
Action2.c(33): Error -26377: No match found for the requested parameter "filecontent". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 2000000 bytes, use web_set_max_html_param_len to increase the parameter size       
Action2.c(33): Error -26377: No match found for the requested parameter "file". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 2000000 bytes, use web_set_max_html_param_len to increase the parameter size       
Action2.c(33): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively.       
Action2.c(33): web_concurrent_end highest severity level was "ERROR"       
Ending action Action2.

ganlan 发表于 2009-12-7 17:01:39

下载有时,系统自动生成下载文件的名称,应该是对那个名称作为关联吧?

云层 发表于 2009-12-7 23:22:41

首先你要考虑关联了下载干嘛,如果你想得到从点击下载到下载窗口弹出的时间,那么可以使用一个http头状态判断就可以了,具体下载什么其实不需要考虑的。
注意如果要关联,请把左右边界制空
页: [1]
查看完整版本: LR录制下载部门遇到麻烦