测试积点老人 发表于 2021-11-4 11:11:08

lr如何对cas单点登录登出性能测试


Action()
{

      web_set_max_html_param_len("1024");

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

      web_reg_save_param("PeopleSoftJSessionID3",
                "LB/IC=jsessionid=",
                "RB/IC=?",
                "Ord=1",
                "Search=Body",
                LAST);

      web_reg_save_param("sessionID",
                "LB=value",
                "RB=>",
                LAST);
      web_url("mh",
                "URL=http://127.0.0.1:8080/mh",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                EXTRARES,
                "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,
                LAST);

      lr_rendezvous("登录集合点");

      lr_think_time(5);

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

      web_submit_data("verify.jsp_2",
                "Action=http://127.0.0.1:8080/cas/verify.jsp",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://127.0.0.1:8080/cas/login?service=http%3A%2F%2F127.0.0.1%3A8080%2Fmh%2F",
                "Snapshot=t3.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=type", "Value=CLIENT-HELLO", ENDITEM,
                "Name=clientHello", "Value={sessionID}", ENDITEM,
                LAST);


qqq911 发表于 2021-11-5 11:30:11

先登录再登出
页: [1]
查看完整版本: lr如何对cas单点登录登出性能测试