51Testing软件测试论坛
标题:
谁能帮忙看看我的这个脚本,有什么问题(LR关联)
[打印本页]
作者:
msnshow
时间:
2007-12-14 12:52
标题:
谁能帮忙看看我的这个脚本,有什么问题(LR关联)
不知道脚本有没有问题,谁能帮忙看看啊,脚本实现的目标是,访问一个网站,然后自动访问页面上的URL
代码如下:
#include "web_api.h"
#include "lrw_custom_body.h"
homepage()
{
web_reg_save_param("NextUrl",
"LB/IC=href=\"/Publish",
"RB/IC=\" target=\"_blank\">",
"Ord=all",
"Search=Body",
"RelFrameId=1",
LAST);
web_url("www.rapidtesting.cn",
"URL=http://www.rapidtesting.cn/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTTP",
LAST);
return 0;
}
作者:
msnshow
时间:
2007-12-14 12:53
#include "web_api.h"
read()
{
int Urlcount;
int i;
char NextUrl[100];
char Url[100];
Urlcount=atoi(lr_eval_string("{Url_count}")); //参数个数
i=1;
/*while (i<=Urlcount) {}*/
for(i=1;i<=Urlcount;i++){
sprintf(NextUrl,"{Url_%d}",i); //Url_i
lr_save_string(lr_eval_string(NextUrl),"Url"); //对每个参数进行处理
web_url("07121014G1.html",
"URL=http://www.rapidtesting.cn/Publish/{Url}",
"Resource=0",
"RecContentType=text/html",
"Referer=http://www.rapidtesting.cn/",
"Snapshot=t17.inf",
"Mode=HTTP",
LAST);
i++;
}
return 0;
}
作者:
msnshow
时间:
2007-12-14 12:54
调试没问题,运行也可以,但始终只去访问首页,不知道为什么了
作者:
msnshow
时间:
2007-12-14 13:23
问题已解决,原来是弄错了一个参数!
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2