51Testing软件测试论坛

标题: lr如何对cas单点登录登出性能测试 [打印本页]

作者: 测试积点老人    时间: 2021-11-4 11:11
标题: lr如何对cas单点登录登出性能测试

  1. Action()
  2. {

  3.         web_set_max_html_param_len("1024");

  4. /* Registering parameter(s) from source task id 5
  5.         // {PeopleSoftJSessionID3} = "2085551FD67FAB001A2D7D7123117669"
  6.         // */

  7.         web_reg_save_param("PeopleSoftJSessionID3",
  8.                 "LB/IC=jsessionid=",
  9.                 "RB/IC=?",
  10.                 "Ord=1",
  11.                 "Search=Body",
  12.                 LAST);

  13.         web_reg_save_param("sessionID",
  14.                 "LB=value",
  15.                 "RB=>",
  16.                 LAST);
  17.         web_url("mh",
  18.                 "URL=http://127.0.0.1:8080/mh",
  19.                 "TargetFrame=",
  20.                 "Resource=0",
  21.                 "RecContentType=text/html",
  22.                 "Referer=",
  23.                 "Snapshot=t1.inf",
  24.                 "Mode=HTML",
  25.                 EXTRARES,
  26.                 "URL=/cas/images/bbg.gif", "Referer=http://127.0.0.1:8080/cas/login?service=http%3A%2F%2F127.0.0.1%3A8080%2Fmh%2F", ENDITEM,
  27.                 LAST);

  28.         lr_rendezvous("登录集合点");

  29.         lr_think_time(5);

  30.         web_submit_data("verify.jsp",
  31.                 "Action=http://127.0.0.1:8080/cas/verify.jsp",
  32.                 "Method=POST",
  33.                 "TargetFrame=",
  34.                 "RecContentType=text/html",
  35.                 "Referer=http://127.0.0.1:8080/cas/login?service=http%3A%2F%2F127.0.0.1%3A8080%2Fmh%2F",
  36.                 "Snapshot=t2.inf",
  37.                 "Mode=HTML",
  38.                 ITEMDATA,
  39.                 "Name=type", "Value=CLIENT-JDBC", ENDITEM,
  40.                 "Name=clientHello", "Value=fwzx", ENDITEM,
  41.                 LAST);

  42.         web_submit_data("verify.jsp_2",
  43.                 "Action=http://127.0.0.1:8080/cas/verify.jsp",
  44.                 "Method=POST",
  45.                 "TargetFrame=",
  46.                 "RecContentType=text/html",
  47.                 "Referer=http://127.0.0.1:8080/cas/login?service=http%3A%2F%2F127.0.0.1%3A8080%2Fmh%2F",
  48.                 "Snapshot=t3.inf",
  49.                 "Mode=HTML",
  50.                 ITEMDATA,
  51.                 "Name=type", "Value=CLIENT-HELLO", ENDITEM,
  52.                 "Name=clientHello", "Value={sessionID}", ENDITEM,
  53.                 LAST);
复制代码



作者: qqq911    时间: 2021-11-5 11:30
先登录再登出




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