Action()
{
int array_len ,i=1;
char array_name[20];
web_reg_save_param("outFlightVal",
"LB=\"http:\/\/a.lietou.com\/",
"RB=.shtml\">",
"ORD=ALL",
LAST);
web_url("a.lietou.com",
"URL=http://a.lietou.com",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t25.inf",
"Mode=HTML",
EXTRARES,
LAST);
array_len=atoi(lr_eval_string("{outFlightVal_count}"));
lr_output_message("%d",array_len);
for (i=1;i<=array_len;i++) {
sprintf(array_name,"{outFlightVal_%d}",i);
lr_output_message("%s",lr_eval_string(array_name));
lr_save_string(lr_eval_string(array_name),"shen");
web_reg_save_param("title",
"LB=<title>",
"RB=</title>",
"ORD=1",
LAST);
web_reg_save_param("content",
"LB=content=",
"RB=\/>\r\n",
"ORD=1",
LAST);
web_url("a.lietou.com",
"URL=http://a.lietou.com/{shen}.shtml",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t25.inf",
"Mode=HTML",
EXTRARES,
LAST);
}
return 0;
}
LOADRUNNER关联的高级应用
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
loadrunner关联点总结
loadrunner关联点总结
loadrunner 关联点总结 -
LoadRunner 技巧之 自动关联
关联的原理,以及自动关联的方法
服务器 ico HTML -
loadrunner入门教程(17) --关联
关联的基本用法
测试工具 服务器 搜索 大小写 -
LoadRunner关联函数的脚本实例--如何操作关联参数软件测试 数据 html 字符串 5g