51Testing软件测试论坛

标题: web_reg_save_param 关联后日志参数化 [打印本页]

作者: zhangggmm456    时间: 2008-11-19 13:45
标题: web_reg_save_param 关联后日志参数化
//部份主要代码
web_reg_save_param("AllMovies",//取出电影名
                "LB=a href=\"movies.do?method=listmoviesSearch&moviesname=",
                "RB=\">",
                "ORD=ALL",
                "Search=Body",
                LAST);

        web_url("book.do",
                "URL=http://www.xxx-movies.com/movies.do?method=listmoviesSearch&moviesname=三国志"
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
//日志部份结果
Action.c(16): Notify: Saving Parameter "Movies_1306 = 三国志"
Action.c(16): Notify: Saving Parameter "Movies_1307 = 水许传"
Action.c(16): Notify: Saving Parameter "Movies_1308 = 西游记"
Action.c(16): Notify: Saving Parameter "Movies_1316 = ZIPPER"
Action.c(16): Notify: Saving Parameter "Movies_1317 = カジカジ ジ"
Action.c(16): Notify: Saving Parameter "Movies_1318 = 君子情色杂志世界"
Action.c(16): Notify: Saving Parameter "Movies_1322 = 梦梦"

Action.c(16): Notify: Saving Parameter "Movies_count = 1322"

//处理要求  请详细点哦 菜鸟哦
我想对 "URL=http://www.xxx-movies.com/movies.do?method=listmoviesSearch&moviesname=三国志"
中的 moviesname值进行参数化 且数据是web_reg_save_param 关联出来的数据...
如何处理。
作者: 026300    时间: 2008-11-19 13:55
再参数化呗




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2