xiaoan_2131 发表于 2010-5-20 15:12:49

关于Loadrunner关联的问题-急!

我在脚本中遇到这样的一个问题自动关联
录制程序
web_reg_save_param("WCSParam_Text4",
                "LB=value='",
                "RB='",
                "Ord=432",
                "RelFrameId=1",
                "Search=Body",
                "IgnoreRedirections=Yes",
                LAST);
sever提供的页面信息
<input type='hidden' name='examLogId' value='305' />
<input id='examTime' type='hidden' value='7200' name='examTime'/>

关联的是7200,其实我相关联305,怎是关联不上,谁有办法啊?

PrefTest 发表于 2010-5-20 15:17:32

"RB=' />",

xiaoan_2131 发表于 2010-5-20 15:29:44

:L 好像不对哦……

xiaoan_2131 发表于 2010-5-20 16:03:35

已经解决了,谢谢大家:lol
web_reg_save_param("examlogid",
                "LB=input type='hidden' name='examLogId' value='",
                "RB='",
                LAST);
页: [1]
查看完整版本: 关于Loadrunner关联的问题-急!