51Testing软件测试论坛

标题: 脚本显示格式怎么修改? [打印本页]

作者: tangyanhb    时间: 2007-1-13 21:36
标题: 脚本显示格式怎么修改?
为什么我录制的脚本显示格式都是下面这样的?
Action()
{

        lrs_create_socket("socket0", "TCP", "LocalHost=0", "RemoteHost=192.168.0.2:80", LrsLastArg);

        lrs_send("socket0", "buf0", LrsLastArg);

        lrs_receive("socket0", "buf1", LrsLastArg);

        lrs_create_socket("socket1", "TCP", "LocalHost=0", "RemoteHost=192.168.0.2:80", LrsLastArg);

        lrs_send("socket1", "buf2", LrsLastArg);

        lrs_receive("socket1", "buf3", LrsLastArg);

        lrs_send("socket0", "buf4", LrsLastArg);

        lrs_receive("socket0", "buf5", LrsLastArg);

        lrs_send("socket1", "buf6", LrsLastArg);

        lrs_receive("socket1", "buf7", LrsLastArg);

        lrs_send("socket0", "buf8", LrsLastArg);

        lrs_receive("socket0", "buf9", LrsLastArg);

        lrs_send("socket0", "buf10", LrsLastArg);

        lrs_receive("socket0", "buf11", LrsLastArg);

        lrs_send("socket0", "buf12", LrsLastArg);

        lrs_receive("socket0", "buf13", LrsLastArg);

        lrs_send("socket1", "buf14", LrsLastArg);

        lrs_receive("socket1", "buf15", LrsLastArg);
作者: Zee    时间: 2007-1-13 22:32
改data.ws.
作者: tangyanhb    时间: 2007-1-13 22:44
怎么修改啊?希望版主详细说明。谢谢!
作者: Zee    时间: 2007-1-13 22:50
你要修改什么就找什么。
作者: tangyanhb    时间: 2007-1-13 22:53
找到了,谢谢!sdlkfj5
作者: Zee    时间: 2007-1-13 22:54
sdlkfj2 sdlkfj2
作者: tangyanhb    时间: 2007-1-13 22:58
脚本格式不能显示为这种格式吗?

        web_url("rzmrs.htm",
                "URL=http://192.168.0.2/rzmrs.htm",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                LAST);

        web_url("SrvUserAndGroup.asmx",
                "URL=http://192.168.0.2/MCISWebService/SrvUserAndGroup.asmx?WSDL",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t2.inf",
                "Mode=HTML",
                LAST);
作者: tangyanhb    时间: 2007-1-13 22:59
多谢!版主
作者: tangyanhb    时间: 2007-1-13 23:02
等我学好了我一定要向你一样,给需要帮助,我能帮助的人最大的帮助!真的很谢谢你!希望有一天我能做到。
作者: Zee    时间: 2007-1-13 23:08
原帖由 tangyanhb 于 2007-1-13 22:58 发表
脚本格式不能显示为这种格式吗?

        web_url("rzmrs.htm",
                "URL=http://192.168.0.2/rzmrs.htm",
                "Resource=0",
                "RecContentType=text/html",
                " ...

这个格式是html协议生成的,你一楼中的是winsock的协议的函数。




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