51Testing软件测试论坛

标题: 急!!!loadrunner 11录制delphi应用程序(c/s结构)回放结果不正确 [打印本页]

作者: hong8954    时间: 2014-9-24 15:54
标题: 急!!!loadrunner 11录制delphi应用程序(c/s结构)回放结果不正确
新手求教~~
系统:win7 32位
软件:loadrunner 11、delphi开发的delphi应用程序(c/s结构)
录制协议:web(http/html)  通过测试loadrunner11自带的协议分析软件-->分析引用程序得到的结果
问题描述:录制成功后,执行回放,没有执行与录制相同的操作;录制时给服务端发送了报文,但回放没有实现。而且没有快照显示。
以下是生成的脚本Action部分
Action()
{
        web_url("cliReqEntry",
                "URL=http://192.168.1.11:5100/cliReqEntry",
                "Resource=1",
                "RecContentType=text/plain",
                "Referer=",
                "Snapshot=t1.inf",
                LAST);
        web_url("cliReqEntry_2",
                "URL=http://192.168.1.11:5100/cliReqEntry",
                "Resource=1",
                "RecContentType=text/plain",
                "Referer=",
                "Snapshot=t2.inf",
                LAST);
        web_custom_request("cliReqEntry_3",
                "URL=http://192.168.1.11:5100/cliReqEntry",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/plain",
                "Referer=",
                "Snapshot=t3.inf",
                "Mode=HTML",
                "EncType=",
                "Body={\"sid\":\"901\",\"extra\":{\"act\":0},\"data\":{}}",
                LAST);
        return 0;
}

作者: 邱建忠    时间: 2014-9-29 10:50
  "Body={\"sid\":\"901\",\"extra\":{\"act\":0},\"data\":{}}",
里面的sid做一下参数化或者关联试试




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