51Testing软件测试论坛

标题: LoadRunner 回放 提示 服务器已过早关闭连接 [打印本页]

作者: cindylu520    时间: 2015-1-16 16:45
标题: LoadRunner 回放 提示 服务器已过早关闭连接
我刚刚入门LoadRunner,今天对于它自带的应用做了一个录制。回放总是失败,提示服务器已过早关闭连接
Server has shut down the connection prematurely

  1. Action()
  2. {

  3.         web_url("WebTours",
  4.                 "URL=http://IP:49168/WebTours/",
  5.                 "Resource=0",
  6.                 "RecContentType=text/html",
  7.                 "Referer=",
  8.                 "Snapshot=t1.inf",
  9.                 "Mode=HTML",
  10.                 LAST);

  11.         web_url("welcome.pl",
  12.                 "URL=http://IP:49177/WebTours/welcome.pl?signOff=true",
  13.                 "Resource=0",
  14.                 "RecContentType=text/html",
  15.                 "Referer=http://IP:1080/WebTours/",
  16.                 "Snapshot=t2.inf",
  17.                 "Mode=HTML",
  18.                 EXTRARES,
  19.                 "Url=http://IP:49181/WebTours/images/webtours.png", "Referer=http://IP:1080/WebTours/header.html", ENDITEM,
  20.                 LAST);

  21.         web_url("nav.pl",
  22.                 "URL=http://IP:49168/WebTours/nav.pl?in=home",
  23.                 "Resource=0",
  24.                 "RecContentType=text/html",
  25.                 "Referer=http://IP:1080/WebTours/welcome.pl?signOff=true",
  26.                 "Snapshot=t3.inf",
  27.                 "Mode=HTML",
  28.                 EXTRARES,
  29.                 "Url=http://IP:49181/WebTours/images/mer_login.gif", "Referer=http://IP:1080/WebTours/nav.pl?in=home", ENDITEM,
  30.                 LAST);

  31.         lr_think_time(5);

  32.         web_submit_form("login.pl",
  33.                 "Snapshot=t4.inf",
  34.                 ITEMDATA,
  35.                 "Name=username", "Value=jojo", ENDITEM,
  36.                 "Name=password", "Value=bean", ENDITEM,
  37.                 "Name=login.x", "Value=61", ENDITEM,
  38.                 "Name=login.y", "Value=8", ENDITEM,
  39.                 LAST);

  40.         web_url("nav.pl_2",
  41.                 "URL=http://IP:49181/WebTours/nav.pl?page=menu&in=home",
  42.                 "Resource=0",
  43.                 "RecContentType=text/html",
  44.                 "Referer=http://IP:1080/WebTours/login.pl",
  45.                 "Snapshot=t5.inf",
  46.                 "Mode=HTML",
  47.                 EXTRARES,
  48.                 "Url=http://IP:49168/WebTours/images/flights.gif", "Referer=http://IP:1080/WebTours/nav.pl?page=menu&in=home", ENDITEM,
  49.                 "Url=http://IP:49220/WebTours/images/in_home.gif", "Referer=http://IP:1080/WebTours/nav.pl?page=menu&in=home", ENDITEM,
  50.                 "Url=http://IP:49224/WebTours/images/signoff.gif", "Referer=http://IP:1080/WebTours/nav.pl?page=menu&in=home", ENDITEM,
  51.                 LAST);

  52.         web_custom_request("q.cgi",
  53.                 "URL=http://masterconn.qq.com:49241/q.cgi",
  54.                 "Method=POST",
  55.                 "Resource=1",
  56.                 "Referer=",
  57.                 "Snapshot=t6.inf",
  58.                 "EncType=",
  59.                 "BodyBinary=\\x00\\x02\\x00\\xA6\\x00\\x00\\x00\\x01\\x00\\x00\\x01\n\\x00\\x00\\x07\\xDA\\x04\\x82\r噽谱\\x8A\\x14讞\\xE0$鼼馽+a\r\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x06襂远僗\\xE88\\x08羅\\x97\\x02\\xB9)攍宯Q\\xE9\\x0E\\xAA6蟓!妷銴馛\\x1A\nW荨\\x05趈ZX^Y\\x18瓈N7塙6Hm司M霾dnb\\x86.狖o溼\\xCC+\\xCD\\x16醵饱\\xAF\\x1B'柒嗲Nl掐V萜\\x10\\xC2:\\xFB\\x05D9G洇蘙浘亂s诚b夽)1敃u["
  60.                 ":y\\x00异\\x14谻\\xDE.\\xDE=16出S|勒\\x9B\\x1Bf\\x1B0г4\\x1Ar\\x0B禪戸/1聍,_\\x1F\\x82\\x16\\xB3\\x01硹Q\\x17烚馺\\x01\\x8A3襽籰鳒\"坑",
  61.                 LAST);

  62.         return 0;
  63. }
复制代码



作者: jj_ljw    时间: 2015-1-16 19:53
记得自带的有错误,你录制百度页面试试




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