如下图!!!
在回放脚本老是提示找不到,但是在下面的快照信息里面,返回的数据已经有要找的那个参数了,找了半天没有找到原因,求大神帮忙看看怎么办,谢谢!!!
web_reg_save_param("taskId_1",
"LB/IC=\"entity_id\":",
"RB/IC=,",
"Ord=2",
"Search=Body",
LAST);
web_reg_save_param("taskId_2",
"LB/IC=\"entity_id\":",
"RB/IC=,",
"Ord=1",
"Search=Body",
LAST);
// "q":"FnolNo:CNO14800431343252519",
web_reg_save_param("ClaimNo",
"LB/IC=\"q\":\"FnolNo:",
"RB/IC=\",",
"Ord=1",
"Search=Body",
LAST);
lr_think_time(3);
web_add_header("Connection", "keep-alive");
web_add_header("Accept", "application/json, text/javascript, */*; q=0.01");
web_add_header("Accept-Encoding", "gzip, deflate, sdch");
web_add_header("X-Requested-With", "XMLHttpRequest");
web_add_header("Host", "<SolrURL>");
web_save_timestamp_param("tStamp2", LAST);
web_custom_request("init_2",
"URL=<SolrURL>/solr/workflow/select?q=FnolNo%3A2CNO<tStamp1><REPORT_ID_RN>&sort=TaskDefinitionKey+asc&wt=json&indent=true&_=<tStamp2>",
"Method=GET",
"Referer=<SolrURL>/solr/",
"Snapshot=t4781.inf",
"Mode=HTTP",
"Body=",
LAST);


在回放脚本老是提示找不到,但是在下面的快照信息里面,返回的数据已经有要找的那个参数了,找了半天没有找到原因,求大神帮忙看看怎么办,谢谢!!!
web_reg_save_param("taskId_1",
"LB/IC=\"entity_id\":",
"RB/IC=,",
"Ord=2",
"Search=Body",
LAST);
web_reg_save_param("taskId_2",
"LB/IC=\"entity_id\":",
"RB/IC=,",
"Ord=1",
"Search=Body",
LAST);
// "q":"FnolNo:CNO14800431343252519",
web_reg_save_param("ClaimNo",
"LB/IC=\"q\":\"FnolNo:",
"RB/IC=\",",
"Ord=1",
"Search=Body",
LAST);
lr_think_time(3);
web_add_header("Connection", "keep-alive");
web_add_header("Accept", "application/json, text/javascript, */*; q=0.01");
web_add_header("Accept-Encoding", "gzip, deflate, sdch");
web_add_header("X-Requested-With", "XMLHttpRequest");
web_add_header("Host", "<SolrURL>");
web_save_timestamp_param("tStamp2", LAST);
web_custom_request("init_2",
"URL=<SolrURL>/solr/workflow/select?q=FnolNo%3A2CNO<tStamp1><REPORT_ID_RN>&sort=TaskDefinitionKey+asc&wt=json&indent=true&_=<tStamp2>",
"Method=GET",
"Referer=<SolrURL>/solr/",
"Snapshot=t4781.inf",
"Mode=HTTP",
"Body=",
LAST);



