|
//Correlation comment - Do not change!Original value='NeweggAmount' Name ='CorrelationParameter_5'
web_reg_save_param_ex(
"ParamName=CorrelationParameter_5",
"LB=input name=\"",
"RB=\" type",
SEARCH_FILTERS,
"Scope=All",
"RequestUrl=*/Thankyou.aspx*",
LAST);
web_url("Thankyou.aspx",
"URL=http://ec.clgg.test/shopping/Thankyou.aspx?sosysno=5014308",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t17.inf",
"Mode=HTML",
EXTRARES,
"URL=../WebResources/2009/Default/Nest/clgg/pageSucc_02.png", "Referer=http://ec.clgg.test/shopping/Thankyou.aspx?sosysno=5014308", ENDITEM,
"URL=../WebResources/2009/Default/Nest/clgg/pageSucc_01.png", "Referer=http://ec.clgg.test/shopping/Thankyou.aspx?sosysno=5014308", ENDITEM,
"URL=../WebResources/2009/Default/Nest/clgg/btn-pay.png", "Referer=http://ec.clgg.test/shopping/Thankyou.aspx?sosysno=5014308", ENDITEM,
"URL=../WebResources/2009/Default/Nest/clgg/pageSucc_03.png", "Referer=http://ec.clgg.test/shopping/Thankyou.aspx?sosysno=5014308", ENDITEM,
LAST);
/*lr_end_transaction("提交订单", LR_AUTO);*/
if(strstr(lr_eval_string("{CorrelationParameter_5}"),"NeweggAmount")==NULL)
lr_end_transaction("提交订单", LR_PASS);
else
lr_end_transaction("提交订单", LR_FAIL);
报错信息如下:
Action.c(309): Error -35061: No match found for the requested parameter "CorrelationParameter_5". 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 [MsgId: MERR-35061]
Action.c(309): web_url("Thankyou.aspx") highest severity level was "ERROR", 26764 body bytes, 1740 header bytes [MsgId: MMSG-26388] |
|