51Testing软件测试论坛

标题: 录制脚本没反映 [打印本页]

作者: 11199    时间: 2005-3-7 10:24
标题: 录制脚本没反映
请问各位你们在Internet选项或别的网络设置中改过什么吗?
为什么在录制脚本时工具条上显示(event 0)呀?
但是上网后就能录了,我用的是拨号上网。
作者: 11199    时间: 2005-3-7 10:27
对了,上网后显示(event 3)

#include "as_web.h"

Action()
{
web_url("MercuryWebTours",
        "URL=http://localhost/MercuryWebTours/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                LAST);

        web_url("home.html",
                "URL=http://localhost/MercuryWebTours/home.html",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://localhost/MercuryWebTours/welcome.pl?signOff=true",
                "Snapshot=t2.inf",
                "Mode=HTML",
                LAST);

        web_url("nav.pl",
                "URL=http://localhost/MercuryWebTours/nav.pl?in=home",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://localhost/MercuryWebTours/welcome.pl?signOff=true",
                "Snapshot=t3.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
作者: 11199    时间: 2005-3-7 10:27
对了,上网后显示(event 3)

#include "as_web.h"

Action()
{
web_url("MercuryWebTours",
        "URL=http://localhost/MercuryWebTours/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                LAST);

        web_url("home.html",
                "URL=http://localhost/MercuryWebTours/home.html",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://localhost/MercuryWebTours/welcome.pl?signOff=true",
                "Snapshot=t2.inf",
                "Mode=HTML",
                LAST);

        web_url("nav.pl",
                "URL=http://localhost/MercuryWebTours/nav.pl?in=home",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://localhost/MercuryWebTours/welcome.pl?signOff=true",
                "Snapshot=t3.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
作者: Boey    时间: 2005-3-7 14:31
是不是安装的不对呀?




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