51Testing软件测试论坛

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

作者: hong8954    时间: 2014-9-24 15:50
标题: loadrunner 11录制delphi应用程序(c/s结构)回放结果不正确!
系统:win7 32位
软件:loadrunner 11、delphi开发的delphi应用程序(c/s结构)
录制协议:web(http/html)  通过测试loadrunner11自带的协议分析软件-->分析引用程序得到的结果
问题描述:录制成功后,执行回放,没有执行与录制相同的操作;录制时给服务端发送了报文,但回放没有实现。而且没有快照显示。
以下是生成的脚本Action部分
  1. Action()
  2. {

  3.         web_url("cliReqEntry",
  4.                 "URL=http://192.168.1.11:5100/cliReqEntry",
  5.                 "Resource=1",
  6.                 "RecContentType=text/plain",
  7.                 "Referer=",
  8.                 "Snapshot=t1.inf",
  9.                 LAST);

  10.         web_url("cliReqEntry_2",
  11.                 "URL=http://192.168.1.11:5100/cliReqEntry",
  12.                 "Resource=1",
  13.                 "RecContentType=text/plain",
  14.                 "Referer=",
  15.                 "Snapshot=t2.inf",
  16.                 LAST);

  17.         web_custom_request("cliReqEntry_3",
  18.                 "URL=http://192.168.1.11:5100/cliReqEntry",
  19.                 "Method=POST",
  20.                 "Resource=0",
  21.                 "RecContentType=text/plain",
  22.                 "Referer=",
  23.                 "Snapshot=t3.inf",
  24.                 "Mode=HTML",
  25.                 "EncType=",
  26.                 "Body={\"sid\":\"901\",\"extra\":{\"act\":0},\"data\":{}}",
  27.                 LAST);

  28.         return 0;
  29. }
复制代码





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