//定义返回结果是否正确变量
int result;
//取得IMSI号码
char *V_imsi=lr_eval_string ("{IMSI}");
//设置页面接收最大的字节数,该设置应大于服务器返回内容的大小
web_set_max_html_param_len("20000");
//取得服务器返回内容
web_reg_save_param("filecontent",
"LB=",
"RB=",
"Search=Body",
LAST);
//发送请求
web_submit_data("login",
"Action=http://host:port/autonavit/search?cmd=clientlogin&termver=5&termcode=30001&termdbver=3 ",
"Method=POST",
"RecContentType=text/html",
"Referer=",
"Snapshot=t9.inf",
"Mode=HTTP",
ITEMDATA,
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/