hutianxiao 发表于 2012-5-22 15:49:18

web_reg_save_param函数的左右边界值从哪里获取

web_reg_save_param函数的左右边界值从哪里取?

ldf326 发表于 2012-5-22 16:25:43

回复 1# hutianxiao


    第一步:录制脚本
   第二步:在vuser—》run-time settings—》log—》extended log,选择data returned by server单选框
   第三步:回放脚本,在日志里找到服务器第一次返回的信息,然后就可以找到左边界和右边界

hutianxiao 发表于 2012-5-23 15:10:02

Action.c(1667): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://172.16.25.148:8000/webwin/webwin/test/workflowManagerApiDemo.jsp?oid=test_lr_wp1_act2&actDefId=test_lr_wp1_act2&actDefName=绛惧瓧&actInsId={actInsId_Text}&cc_form_instanceid={cc_form_instanceid_Text}&mgrName=test_lr%231%23test_lr_wp1&moduleId=test_Qingjia&operType=daiban&workflowId=test_lr_wp1&procDefName=test_lr_wp1&procInsId={procInsId_Text}&userName=admin"       
Action.c(1667): Error -26377: No match found for the requested parameter "actInsId_Text". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size       
Action.c(1667): Notify: Saving Parameter "actInsId_Text = ".
Action.c(1667): Error -26377: No match found for the requested parameter "procInsId_Text". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size       
Action.c(1667): Notify: Saving Parameter "procInsId_Text = ".
Action.c(1667): Error -26377: No match found for the requested parameter "cc_form_instanceid_Text". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size       
Action.c(1667): Notify: Saving Parameter "cc_form_instanceid_Text = ".
Action.c(1667): web_url("workflowManagerApiDemo.jsp") highest severity level was "ERROR", 3495 body bytes, 182 header bytes       
我参数化后报上面的错误,请问是哪里的原因呀?

msnshow 发表于 2012-5-23 20:29:40

左右边界不对吧
页: [1]
查看完整版本: web_reg_save_param函数的左右边界值从哪里获取