TA的每日心情 | 无聊 昨天 09:47 |
---|
签到天数: 528 天 连续签到: 1 天 [LV.9]测试副司令
|
1测试积点
- 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);
复制代码
|
|