c01d 发表于 2009-12-8 12:47:11

LR与Viewstate的问题

请各位大虾帮帮忙!
现在的系统是asp.net开发的,新建和编辑页面用的是一个页面,所以主键用的guid是保存在viewstate里面的,所以要做多用户压力测试时候,录制的脚本viewstate是死的
所以需要用自动关联。
但是自动关联的时候
web_set_max_html_param_len("9000000");
web_reg_save_param("MyViewState", "LB/IC=VIEWSTATE\" value=\"","RB/IC=\"","Ord=1","Search=Body",LAST);

"Name=__VIEWSTATE", "Value={MyViewState})", ENDITEM,

会提示参数Error -26377: No match found for the requested parameter "MyViewState". Check whether the requested boundaries exist in the response data.

不知道是我设置的问题,还是这样得到的viewstate有问题

云层 发表于 2009-12-8 12:51:55

自动关联边界不准确而已

c01d 发表于 2009-12-8 14:35:50

lr_output_message("temp = %s", lr_eval_string("MyViewState"));

但是我这样来保存viewstate的话,调试时候是能看到内容的

请问我应该怎么修改呢?

c01d 发表于 2009-12-8 16:21:16

自己搞定了,。net页面里面不止viewstete保存了动态的信息,还有EVENTVALIDATION也是动态的,所以最好用LR的自带的回放功能来关联,不要自己手动关联

kuangquanshui 发表于 2009-12-8 17:08:33

:victory:

bertha2124 发表于 2015-10-7 15:12:38

我用LR自帶的关联,还是出现「会提示参数Error -26377: No match found for the requested parameter "MyViewState". Check whether the requested boundaries exist in the response data.」?
现在头大不知道怎磁解??
页: [1]
查看完整版本: LR与Viewstate的问题