袁圈圈 发表于 2016-1-8 11:45:07

LR11录制脚本时,数据重复提交问题

各种上网搜索都解决不了,该问题困扰了好久,该脚本是否有问题,求大神指教
代码如下:
        web_url("SignOff Button",
                "URL=http://localhost:1080/WebTours/welcome.pl?signOff=1",
                "TargetFrame=body",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://localhost:1080/WebTours/nav.pl?page=menu&in=home",
                "Snapshot=t5.inf",
                "Mode=HTML",
                LAST);

        web_add_cookie("MSO=SID&1452223954; DOMAIN=localhost");

        web_add_cookie("MTUserInfo=firstName&Joseph&address2&San%20Jose%2FCA%2F94085&username&jojo&hash&47&lastName&Marshall%0A&address1&234%20Willow%20Drive&creditCard&&expDate&%0A; DOMAIN=localhost");

        web_url("SignOff Button_2",
                "URL=http://localhost:1080/WebTours/welcome.pl?signOff=1",
                "TargetFrame=body",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://localhost:1080/WebTours/nav.pl?page=menu&in=home",
                "Snapshot=t6.inf",
                "Mode=HTML",
                LAST);

袁圈圈 发表于 2016-1-8 16:56:05

已经解决,
loadrunner11,tools----Recording Options----Network中----Capture level ----WinNet level dat即可

wycmjrg 发表于 2016-1-8 20:11:50

是为啥会引起这个问题呢

袁圈圈 发表于 2016-1-11 17:09:16

wycmjrg 发表于 2016-1-8 20:11
是为啥会引起这个问题呢

我也不知道
页: [1]
查看完整版本: LR11录制脚本时,数据重复提交问题