51Testing软件测试论坛
标题:
loadrunner不能正确在OA添加完整的操作流程记录
[打印本页]
作者:
yhalg1314
时间:
2009-9-21 09:08
标题:
loadrunner不能正确在OA添加完整的操作流程记录
我最近测试一个OA程序,是公文流转型的,运行脚本的时候没有报错啊,可是为什么就是不能在OA添加一个完整的操作流程呢?下面是我的脚本,麻烦action大家帮忙看下:
#include "web_api.h"
Action()
{
web_add_cookie("userId=921BVNM7Q00; DOMAIN=172.168.1.12");
web_add_cookie("subDeptSelect=921BK2GLQ00; DOMAIN=172.168.1.12");
web_add_cookie("depSelect=921BE62YG00; DOMAIN=172.168.1.12");
web_url("LoginAuto",
"URL=http://172.168.1.12/ework3/oavfw/LoginAuto",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=..//skin/skin_blue/images/dlbg.gif", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_01.gif", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_02.gif", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_03.gif", ENDITEM,
"Url=..//skin/skin_blue/images/buttonbg1.gif", ENDITEM,
LAST);
web_custom_request("GetAllDeptPerson",
"URL=http://172.168.1.12/ework3/Loginning/GetAllDeptPerson?topDeptValue=921BE62YG00&subDeptValue=921BK2GLQ00",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/oavfw/LoginAuto",
"Snapshot=t2.inf",
"Mode=HTML",
"EncType=",
LAST);
lr_think_time( 1 );
lr_rendezvous("江燕登录1");
lr_start_transaction("江燕登录1");
lr_think_time( 3 );
web_submit_data("Login",
"Action=http://172.168.1.12/ework3/oavfw/Login",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/LoginAuto",
"Snapshot=t3.inf",
"Mode=HTML",
ITEMDATA,
"Name=depSelect", "Value=921BE62YG00", ENDITEM,
"Name=subDeptSelect", "Value=921BK2GLQ00", ENDITEM,
"Name=userId", "Value=921BVNM7Q00", ENDITEM,
"Name=password", "Value=1", ENDITEM,
"Name=hid_synchronizeLogin", "Value=loginById", ENDITEM,
"Name=autoLogin", "Value=0天", ENDITEM,
"Name=submitButton", "Value=登录", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/left_02.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_04.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_06.gif", ENDITEM,
"Url=../skin/skin_blue/images/topbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_01.gif", ENDITEM,
"Url=../skin/skin_blue/images/logo.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_05.gif", ENDITEM,
"Url=../skin/skin_blue/images/bottombg.gif", ENDITEM,
"Url=../skin/skin_blue/images/Oa_logo.gif", ENDITEM,
"Url=../skin/skin_blue/images/treebg3.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/treebg1.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/treebg2.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Offbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_block_top.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../images/titlebar.gif", "Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/left_active.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/right_active.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/middle_active.gif", ENDITEM,
"Url=../skin/skin_blue/images/treebg.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/left_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/middle_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/closeIconUnselect.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/right_deActive.gif", ENDITEM,
LAST);
web_custom_request("GetLeaderScheduleLst",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetLeaderScheduleLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetUnreadMailIndex",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetUnreadMailIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"Snapshot=t4.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetGongwenLst",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetGongwenLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"Snapshot=t5.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetNoticeLst",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetNoticeLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("getWeatherIndex",
"URL=http://172.168.1.12/ework3/weatherMng/getWeatherIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?",
"Snapshot=t6.inf",
"Mode=HTML",
"EncType=",
LAST);
web_url("getMessage",
"URL=http://172.168.1.12/ework3/getMessage?userId=921BVNM7Q00&d=1253263633266",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Mode=HTML",
EXTRARES,
"Url=skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=skin/skin_blue/images/right_block_top.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
LAST);
web_submit_data("CustomFrame.jsp",
"Action=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t7.inf",
"Mode=HTML",
ITEMDATA,
EXTRARES,
"Url=../skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/right_block_top.gif", ENDITEM,
"Url=../images/titlebar.gif", "Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp", ENDITEM,
LAST);
web_custom_request("GetLeaderScheduleLst_2",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetLeaderScheduleLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetUnreadMailIndex_2",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetUnreadMailIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"Snapshot=t8.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetGongwenLst_2",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetGongwenLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"Snapshot=t9.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetNoticeLst_2",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetNoticeLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("getWeatherIndex_2",
"URL=http://172.168.1.12/ework3/weatherMng/getWeatherIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Snapshot=t10.inf",
"Mode=HTML",
"EncType=",
LAST);
lr_end_transaction("江燕登录1", LR_AUTO);
作者:
yhalg1314
时间:
2009-9-21 09:09
lr_think_time( 2 );
web_submit_data("queryFlowEntity",
"Action=http://172.168.1.12/ework3/flow/queryFlowEntity",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t11.inf",
"Mode=HTML",
ITEMDATA,
"Name=flowid", "Value=91W0RURPG00", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/buttonbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/cmmList_title.gif", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/selectbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", ENDITEM,
LAST);
web_submit_data("newEntity",
"Action=http://172.168.1.12/ework3/flow/newEntity",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t12.inf",
"Mode=HTML",
ITEMDATA,
"Name=flowid", "Value=91W0RURPG00", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", ENDITEM,
LAST);
web_url("subjectInfoSelect.jsp",
"URL=http://172.168.1.12/ework3/subject/subjectInfoSelect.jsp?boxType=&parentId=%20&subjectType=92JQMW5JG00",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t13.inf",
"Mode=HTML",
EXTRARES,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/subject/subjectInfoSelect.jsp?boxType=&parentId= &subjectType=92JQMW5JG00", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg.gif", "Referer=http://172.168.1.12/ework3/subject/subjectInfoSelect.jsp?boxType=&parentId= &subjectType=92JQMW5JG00", ENDITEM,
LAST);
lr_think_time( 4 );
web_url("subjectInfoSelect.jsp_2",
"URL=http://172.168.1.12/ework3/subject/subjectInfoSelect.jsp?boxType=&parentId=%20&subjectType=92FM6R1TQ00",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t14.inf",
"Mode=HTML",
EXTRARES,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/subject/subjectInfoSelect.jsp?boxType=&parentId= &subjectType=92FM6R1TQ00", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg.gif", "Referer=http://172.168.1.12/ework3/subject/subjectInfoSelect.jsp?boxType=&parentId= &subjectType=92FM6R1TQ00", ENDITEM,
LAST);
lr_think_time( 11 );
lr_rendezvous("转交主任");
lr_think_time( 1 );
lr_start_transaction("转交主任");
lr_think_time( 3 );
web_url("getSubmitRange",
"URL=http://172.168.1.12/ework3/flow/getSubmitRange?id=&toActivityId=91W0PH6F000&flowid=91W0RURPG00",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t15.inf",
"Mode=HTML",
EXTRARES,
"Url=../org/coodex/treeview/skin/defaultSkin/images/ftv2node.gif", "Referer=http://172.168.1.12/ework3/flow/getSubmitRange?id=&toActivityId=91W0PH6F000&flowid=91W0RURPG00", ENDITEM,
"Url=../org/coodex/treeview/skin/defaultSkin/images/ftv2lastnode.gif", "Referer=http://172.168.1.12/ework3/flow/getSubmitRange?id=&toActivityId=91W0PH6F000&flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg.gif", "Referer=http://172.168.1.12/ework3/flow/getSubmitRange?id=&toActivityId=91W0PH6F000&flowid=91W0RURPG00", ENDITEM,
LAST);
lr_think_time( 1 );
web_submit_data("finishCurrentOperator",
"Action=http://172.168.1.12/ework3/flow/finishCurrentOperator",
"Method=POST",
"EncType=multipart/form-data",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/newEntity",
"Snapshot=t16.inf",
"Mode=HTML",
ITEMDATA,
"Name=type", "Value=null", ENDITEM,
"Name=id", "Value=", ENDITEM,
"Name=activityId", "Value=91W0NTAXG00", ENDITEM,
"Name=flowid", "Value=91W0RURPG00", ENDITEM,
"Name=activityId", "Value=91W0NTAXG00", ENDITEM,
"Name=mainId", "Value=", ENDITEM,
"Name=createDay", "Value=2009-09-18", ENDITEM,
"Name=createTime", "Value=16:43:48", ENDITEM,
"Name=toActivityId", "Value=91W0PH6F000", ENDITEM,
"Name=endFlow", "Value=false", ENDITEM,
"Name=emergency", "Value=", ENDITEM,
"Name=emergencyUsers", "Value=operateUser", ENDITEM,
"Name=emergencyUsers", "Value=commitUser", ENDITEM,
"Name=field_012", "Value=92JQXFEMG00", ENDITEM,
"Name=show_field_012", "Value=通信管理处", ENDITEM,
"Name=field_001", "Value=", ENDITEM,
"Name=field_002", "Value=2009", ENDITEM,
"Name=field_003", "Value=2009-09-18", ENDITEM,
"Name=field_011", "Value=92QGYUD8Q00", ENDITEM,
"Name=show_field_011", "Value=人事处", ENDITEM,
"Name=field_005", "Value=关于申报交通运输工程专业高级资格有关问题的补充通知", ENDITEM,
"Name=toOperatorIds", "Value=92G6E19N000", ENDITEM,
"Name=keyword", "Value=", ENDITEM,
"Name=cSubject", "Value= ", ENDITEM,
"Name=cid", "Value=", ENDITEM,
"Name=limitTime", "Value=", ENDITEM,
"Name=file", "Value=F:\\work\\a.pdf", "File=yes", ENDITEM,
"Name=file", "Value=", "File=yes", ENDITEM,
"Name=file", "Value=", "File=yes", ENDITEM,
"Name=sendMsg", "Value=false", ENDITEM,
LAST);
web_submit_data("queryFlowEntity_2",
"Action=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/finishCurrentOperator",
"Snapshot=t17.inf",
"Mode=HTML",
ITEMDATA,
"Name=javax.servlet.forward.request_uri", "Value=/ework3/flow/finishCurrentOperator", ENDITEM,
"Name=javax.servlet.forward.context_path", "Value=/ework3", ENDITEM,
"Name=javax.servlet.forward.servlet_path", "Value=/flow/finishCurrentOperator", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/buttonbg.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/cmmList_title.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
LAST);
lr_end_transaction("转交主任", LR_AUTO);
lr_think_time( 2 );
web_submit_data("changeUser",
"Action=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t18.inf",
"Mode=HTML",
ITEMDATA,
EXTRARES,
"Url=..//skin/skin_blue/images/dlbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_02.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_03.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_01.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00", ENDITEM,
"Url=..//skin/skin_blue/images/buttonbg1.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00", ENDITEM,
LAST);
web_custom_request("GetAllDeptPerson_2",
"URL=http://172.168.1.12/ework3/Loginning/GetAllDeptPerson?topDeptValue=921BE62YG00&subDeptValue=921BK2GLQ00",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00",
"Snapshot=t19.inf",
"Mode=HTML",
"EncType=",
LAST);
作者:
yhalg1314
时间:
2009-9-21 09:10
lr_think_time( 3 );
lr_rendezvous("赵颖登录");
lr_start_transaction("赵颖登录");
lr_think_time( 1 );
web_submit_data("Login_2",
"Action=http://172.168.1.12/ework3/oavfw/Login",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00",
"Snapshot=t20.inf",
"Mode=HTML",
ITEMDATA,
"Name=depSelect", "Value=921BE62YG00", ENDITEM,
"Name=subDeptSelect", "Value=921BK2GLQ00", ENDITEM,
"Name=userId", "Value=92G6E19N000", ENDITEM,
"Name=password", "Value=1", ENDITEM,
"Name=hid_synchronizeLogin", "Value=loginById", ENDITEM,
"Name=autoLogin", "Value=0天", ENDITEM,
"Name=submitButton", "Value=登录", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/left_02.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_06.gif", ENDITEM,
"Url=../skin/skin_blue/images/topbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/Oa_logo.gif", ENDITEM,
"Url=../skin/skin_blue/images/logo.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_01.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_05.gif", ENDITEM,
"Url=../skin/skin_blue/images/bottombg.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_04.gif", ENDITEM,
"Url=../skin/skin_blue/images/treebg1.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/treebg3.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/treebg2.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Offbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_block_top.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../images/titlebar.gif", "Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp", ENDITEM,
"Url=../images/message.wav", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/left_active.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/middle_active.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/right_active.gif", ENDITEM,
"Url=../skin/skin_blue/images/tl_bg.gif", ENDITEM,
"Url=../skin/skin_blue/images/barbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/tr_bg.gif", ENDITEM,
"Url=../skin/skin_blue/images/tm_bg.gif", ENDITEM,
"Url=../images/close_bar.gif", ENDITEM,
"Url=../skin/skin_blue/images/treebg.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/left_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/middle_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/closeIconUnselect.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/right_deActive.gif", ENDITEM,
LAST);
web_custom_request("GetUnreadMailIndex_3",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetUnreadMailIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"Snapshot=t21.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetLeaderScheduleLst_3",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetLeaderScheduleLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetGongwenLst_3",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetGongwenLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"Snapshot=t22.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetNoticeLst_3",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetNoticeLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("getWeatherIndex_3",
"URL=http://172.168.1.12/ework3/weatherMng/getWeatherIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?",
"Snapshot=t23.inf",
"Mode=HTML",
"EncType=",
LAST);
web_url("getMessage_2",
"URL=http://172.168.1.12/ework3/getMessage?userId=92G6E19N000&d=1253263706750",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t24.inf",
"Mode=HTML",
LAST);
web_submit_data("CustomFrame.jsp_2",
"Action=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t25.inf",
"Mode=HTML",
ITEMDATA,
EXTRARES,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_block_top.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../images/titlebar.gif", "Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp", ENDITEM,
LAST);
web_custom_request("GetUnreadMailIndex_4",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetUnreadMailIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"Snapshot=t26.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetGongwenLst_4",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetGongwenLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"Snapshot=t27.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetLeaderScheduleLst_4",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetLeaderScheduleLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetNoticeLst_4",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetNoticeLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("getWeatherIndex_4",
"URL=http://172.168.1.12/ework3/weatherMng/getWeatherIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Snapshot=t28.inf",
"Mode=HTML",
"EncType=",
LAST);
lr_end_transaction("赵颖登录", LR_AUTO);
lr_think_time( 2 );
web_submit_data("queryFlowEntity_3",
"Action=http://172.168.1.12/ework3/flow/queryFlowEntity",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t29.inf",
"Mode=HTML",
ITEMDATA,
"Name=flowid", "Value=91W0RURPG00", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/buttonbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/cmmList_title.gif", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/selectbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", ENDITEM,
LAST);
web_submit_data("openFlowEntity",
"Action=http://172.168.1.12/ework3/flow/openFlowEntity",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t30.inf",
"Mode=HTML",
ITEMDATA,
"Name=id", "Value=93RH9DPFG00", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/to_bar.gif", "Referer=http://172.168.1.12/ework3/flow/viewFlowTrace?entityId=93RH9DPFG00&type=picture", ENDITEM,
"Url=../skin/skin_blue/images/button_6txt.gif", ENDITEM,
LAST);
web_url("queryUseWord",
"URL=http://172.168.1.12/ework3/flow/queryUseWord?type=系统级常用语",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t31.inf",
"Mode=HTML",
LAST);
lr_think_time( 2 );
作者:
yhalg1314
时间:
2009-9-21 09:11
lr_rendezvous("签字");
lr_think_time( 3 );
lr_start_transaction("签字");
lr_think_time( 6 );
web_submit_data("finishCurrentOperator_2",
"Action=http://172.168.1.12/ework3/flow/finishCurrentOperator",
"Method=POST",
"EncType=multipart/form-data",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/openFlowEntity",
"Snapshot=t32.inf",
"Mode=HTML",
ITEMDATA,
"Name=type", "Value=null", ENDITEM,
"Name=id", "Value=93RH9DPFG00", ENDITEM,
"Name=activityId", "Value=91W0PH6F000", ENDITEM,
"Name=flowid", "Value=null", ENDITEM,
"Name=activityId", "Value=null", ENDITEM,
"Name=mainId", "Value=", ENDITEM,
"Name=createDay", "Value=null", ENDITEM,
"Name=createTime", "Value=null", ENDITEM,
"Name=toActivityId", "Value=", ENDITEM,
"Name=endFlow", "Value=false", ENDITEM,
"Name=hidden_field_001", "Value=294", ENDITEM,
"Name=hidden_field_002", "Value=", ENDITEM,
"Name=hidden_field_003", "Value=", ENDITEM,
"Name=field_011", "Value=92QGYUD8Q00", ENDITEM,
"Name=hidden_field_005", "Value=关于申报交通运输工程专业高级资格有关问题的补充通知", ENDITEM,
"Name=field_006", "Value=请处长阅示!", ENDITEM,
"Name=keyword", "Value=", ENDITEM,
"Name=cSubject", "Value= ", ENDITEM,
"Name=cid", "Value=", ENDITEM,
LAST);
web_submit_data("queryFlowEntity_4",
"Action=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/finishCurrentOperator",
"Snapshot=t33.inf",
"Mode=HTML",
ITEMDATA,
"Name=javax.servlet.forward.request_uri", "Value=/ework3/flow/finishCurrentOperator", ENDITEM,
"Name=javax.servlet.forward.context_path", "Value=/ework3", ENDITEM,
"Name=javax.servlet.forward.servlet_path", "Value=/flow/finishCurrentOperator", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/buttonbg.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/cmmList_title.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
LAST);
lr_end_transaction("签字", LR_AUTO);
lr_think_time( 2 );
web_submit_data("changeUser_2",
"Action=http://172.168.1.12/ework3/perdesk/changeUser?userId=92G6E19N000",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t34.inf",
"Mode=HTML",
ITEMDATA,
EXTRARES,
"Url=..//skin/skin_blue/images/dlbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=92G6E19N000", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_01.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=92G6E19N000", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_02.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=92G6E19N000", ENDITEM,
"Url=..//skin/skin_blue/images/buttonbg1.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=92G6E19N000", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_03.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=92G6E19N000", ENDITEM,
LAST);
web_custom_request("GetAllDeptPerson_3",
"URL=http://172.168.1.12/ework3/Loginning/GetAllDeptPerson?topDeptValue=921BE62YG00&subDeptValue=921BK2GLQ00",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=92G6E19N000",
"Snapshot=t35.inf",
"Mode=HTML",
"EncType=",
LAST);
lr_think_time( 2 );
lr_rendezvous("江燕登录2");
lr_start_transaction("江燕登录2");
lr_think_time( 1 );
web_submit_data("Login_3",
"Action=http://172.168.1.12/ework3/oavfw/Login",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=92G6E19N000",
"Snapshot=t36.inf",
"Mode=HTML",
ITEMDATA,
"Name=depSelect", "Value=921BE62YG00", ENDITEM,
"Name=subDeptSelect", "Value=921BK2GLQ00", ENDITEM,
"Name=userId", "Value=921BVNM7Q00", ENDITEM,
"Name=password", "Value=1", ENDITEM,
"Name=hid_synchronizeLogin", "Value=loginById", ENDITEM,
"Name=autoLogin", "Value=0天", ENDITEM,
"Name=submitButton", "Value=登录", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/left_02.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_04.gif", ENDITEM,
"Url=../skin/skin_blue/images/topbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/Oa_logo.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_01.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_05.gif", ENDITEM,
"Url=../skin/skin_blue/images/bottombg.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_06.gif", ENDITEM,
"Url=../skin/skin_blue/images/logo.gif", ENDITEM,
"Url=../skin/skin_blue/images/treebg1.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/treebg2.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/treebg3.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Offbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_block_top.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../images/titlebar.gif", "Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/right_active.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/middle_active.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/left_active.gif", ENDITEM,
"Url=../skin/skin_blue/images/treebg.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/left_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/middle_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/closeIconUnselect.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/right_deActive.gif", ENDITEM,
LAST);
web_custom_request("GetNoticeLst_5",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetNoticeLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetLeaderScheduleLst_5",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetLeaderScheduleLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetUnreadMailIndex_5",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetUnreadMailIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"Snapshot=t37.inf",
"Mode=HTML",
"EncType=",
LAST);
作者:
yhalg1314
时间:
2009-9-21 09:11
web_custom_request("GetGongwenLst_5",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetGongwenLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"Snapshot=t38.inf",
"Mode=HTML",
"EncType=",
EXTRARES,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
LAST);
web_custom_request("getWeatherIndex_5",
"URL=http://172.168.1.12/ework3/weatherMng/getWeatherIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?",
"Snapshot=t39.inf",
"Mode=HTML",
"EncType=",
LAST);
web_submit_data("CustomFrame.jsp_3",
"Action=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t40.inf",
"Mode=HTML",
ITEMDATA,
EXTRARES,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_block_top.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
LAST);
web_url("getMessage_3",
"URL=http://172.168.1.12/ework3/getMessage?userId=921BVNM7Q00&d=1253263756016",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Mode=HTML",
LAST);
web_url("LeaderSchedule.jsp",
"URL=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Snapshot=t41.inf",
"Mode=HTML",
LAST);
web_url("Gongwen.jsp",
"URL=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Snapshot=t42.inf",
"Mode=HTML",
EXTRARES,
"Url=/ework3/images/titlebar.gif", ENDITEM,
LAST);
web_url("EmailInfo.jsp",
"URL=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Snapshot=t43.inf",
"Mode=HTML",
LAST);
web_url("NoticeLstSys.jsp",
"URL=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Snapshot=t44.inf",
"Mode=HTML",
LAST);
web_custom_request("GetLeaderScheduleLst_6",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetLeaderScheduleLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetUnreadMailIndex_6",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetUnreadMailIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"Snapshot=t45.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetGongwenLst_6",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetGongwenLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"Snapshot=t46.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetNoticeLst_6",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetNoticeLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("getWeatherIndex_6",
"URL=http://172.168.1.12/ework3/weatherMng/getWeatherIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Snapshot=t47.inf",
"Mode=HTML",
"EncType=",
LAST);
lr_end_transaction("江燕登录2", LR_AUTO);
lr_think_time( 3 );
web_submit_data("queryFlowEntity_5",
"Action=http://172.168.1.12/ework3/flow/queryFlowEntity",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t48.inf",
"Mode=HTML",
ITEMDATA,
"Name=flowid", "Value=91W0RURPG00", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/buttonbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/cmmList_title.gif", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", ENDITEM,
"Url=../skin/skin_blue/images/selectbg.gif", ENDITEM,
LAST);
web_submit_data("openFlowEntity_2",
"Action=http://172.168.1.12/ework3/flow/openFlowEntity",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t49.inf",
"Mode=HTML",
ITEMDATA,
"Name=id", "Value=93RH9DPFG00", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/to_bar.gif", "Referer=http://172.168.1.12/ework3/flow/viewFlowTrace?entityId=93RH9DPFG00&type=picture", ENDITEM,
"Url=../skin/skin_blue/images/button_6txt.gif", ENDITEM,
LAST);
lr_rendezvous("转交领导");
lr_think_time( 1 );
lr_start_transaction("转交领导");
lr_think_time( 4 );
web_url("getSubmitRange_2",
"URL=http://172.168.1.12/ework3/flow/getSubmitRange?id=93RH9DPFG00&toActivityId=91W0Q6JJG00&flowid=91W0RURPG00",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t50.inf",
"Mode=HTML",
LAST);
web_url("rbg.GIF",
"URL=http://172.168.1.12/ework3/skin/skin_blue/images/rbg.GIF",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/getSubmitRange?id=93RH9DPFG00&toActivityId=91W0Q6JJG00&flowid=91W0RURPG00",
"Snapshot=t51.inf",
"Mode=HTML",
LAST);
web_url("rright.GIF",
"URL=http://172.168.1.12/ework3//skin/skin_blue/images/rright.GIF",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/getSubmitRange?id=93RH9DPFG00&toActivityId=91W0Q6JJG00&flowid=91W0RURPG00",
"Snapshot=t52.inf",
"Mode=HTML",
EXTRARES,
"Url=/ework3/skin/skin_blue/images/buttonbg.gif", "Referer=http://172.168.1.12/ework3/flow/getSubmitRange?id=93RH9DPFG00&toActivityId=91W0Q6JJG00&flowid=91W0RURPG00", ENDITEM,
"Url=/ework3/org/coodex/treeview/skin/defaultSkin/images/ftv2node.gif", "Referer=http://172.168.1.12/ework3/flow/getSubmitRange?id=93RH9DPFG00&toActivityId=91W0Q6JJG00&flowid=91W0RURPG00", ENDITEM,
"Url=/ework3/org/coodex/treeview/skin/defaultSkin/images/ftv2lastnode.gif", "Referer=http://172.168.1.12/ework3/flow/getSubmitRange?id=93RH9DPFG00&toActivityId=91W0Q6JJG00&flowid=91W0RURPG00", ENDITEM,
LAST);
lr_think_time( 1 );
web_submit_data("finishCurrentOperator_3",
"Action=http://172.168.1.12/ework3/flow/finishCurrentOperator",
"Method=POST",
"EncType=multipart/form-data",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/openFlowEntity",
"Snapshot=t53.inf",
"Mode=HTML",
ITEMDATA,
"Name=type", "Value=null", ENDITEM,
"Name=id", "Value=93RH9DPFG00", ENDITEM,
"Name=activityId", "Value=91W0PH6F000", ENDITEM,
"Name=flowid", "Value=null", ENDITEM,
"Name=activityId", "Value=null", ENDITEM,
"Name=mainId", "Value=", ENDITEM,
"Name=createDay", "Value=null", ENDITEM,
"Name=createTime", "Value=null", ENDITEM,
"Name=toActivityId", "Value=91W0Q6JJG00", ENDITEM,
"Name=endFlow", "Value=false", ENDITEM,
"Name=emergency", "Value=", ENDITEM,
"Name=emergencyUsers", "Value=operateUser", ENDITEM,
"Name=emergencyUsers", "Value=commitUser", ENDITEM,
"Name=hidden_field_001", "Value=294", ENDITEM,
"Name=hidden_field_002", "Value=", ENDITEM,
"Name=hidden_field_003", "Value=", ENDITEM,
"Name=field_011", "Value=92QGYUD8Q00", ENDITEM,
"Name=hidden_field_005", "Value=关于申报交通运输工程专业高级资格有关问题的补充通知", ENDITEM,
"Name=toOperatorIds", "Value=921BR42FQ00", ENDITEM,
"Name=limitTime", "Value=", ENDITEM,
"Name=sendMsg", "Value=false", ENDITEM,
LAST);
作者:
yhalg1314
时间:
2009-9-21 09:12
web_submit_data("queryFlowEntity_6",
"Action=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/finishCurrentOperator",
"Snapshot=t54.inf",
"Mode=HTML",
ITEMDATA,
"Name=javax.servlet.forward.request_uri", "Value=/ework3/flow/finishCurrentOperator", ENDITEM,
"Name=javax.servlet.forward.context_path", "Value=/ework3", ENDITEM,
"Name=javax.servlet.forward.servlet_path", "Value=/flow/finishCurrentOperator", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/buttonbg.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/cmmList_title.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
LAST);
lr_end_transaction("转交领导", LR_AUTO);
lr_think_time( 3 );
web_submit_data("changeUser_3",
"Action=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t55.inf",
"Mode=HTML",
ITEMDATA,
EXTRARES,
"Url=..//skin/skin_blue/images/dlbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_01.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_02.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00", ENDITEM,
"Url=..//skin/skin_blue/images/buttonbg1.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_03.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00", ENDITEM,
LAST);
web_custom_request("GetAllDeptPerson_4",
"URL=http://172.168.1.12/ework3/Loginning/GetAllDeptPerson?topDeptValue=921BE62YG00&subDeptValue=921BK2GLQ00",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00",
"Snapshot=t56.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetSubPersons",
"URL=http://172.168.1.12/ework3/Loginning/GetSubPersons?subDeptValue=921BE62YG00",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00",
"Snapshot=t57.inf",
"Mode=HTML",
"EncType=",
LAST);
lr_think_time( 2 );
lr_rendezvous("朱英智登录");
lr_start_transaction("朱英智登录");
lr_think_time( 1 );
web_submit_data("Login_4",
"Action=http://172.168.1.12/ework3/oavfw/Login",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BVNM7Q00",
"Snapshot=t58.inf",
"Mode=HTML",
ITEMDATA,
"Name=depSelect", "Value=921BE62YG00", ENDITEM,
"Name=subDeptSelect", "Value=", ENDITEM,
"Name=userId", "Value=921BR42FQ00", ENDITEM,
"Name=password", "Value=1", ENDITEM,
"Name=hid_synchronizeLogin", "Value=loginById", ENDITEM,
"Name=autoLogin", "Value=0天", ENDITEM,
"Name=submitButton", "Value=登录", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/left_02.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_04.gif", ENDITEM,
"Url=../skin/skin_blue/images/Oa_logo.gif", ENDITEM,
"Url=../skin/skin_blue/images/topbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_05.gif", ENDITEM,
"Url=../skin/skin_blue/images/bottombg.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_06.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_01.gif", ENDITEM,
"Url=../skin/skin_blue/images/logo.gif", ENDITEM,
"Url=../skin/skin_blue/images/treebg1.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/treebg3.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/treebg2.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_block_top.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Offbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../images/titlebar.gif", "Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/left_active.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/middle_active.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/right_active.gif", ENDITEM,
"Url=../skin/skin_blue/images/treebg.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/middle_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/right_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/closeIconUnselect.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/left_deActive.gif", ENDITEM,
LAST);
web_custom_request("GetGongwenLst_7",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetGongwenLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"Snapshot=t59.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetUnreadMailIndex_7",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetUnreadMailIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"Snapshot=t60.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetLeaderScheduleLst_7",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetLeaderScheduleLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetNoticeLst_7",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetNoticeLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("getWeatherIndex_7",
"URL=http://172.168.1.12/ework3/weatherMng/getWeatherIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?",
"Snapshot=t61.inf",
"Mode=HTML",
"EncType=",
LAST);
web_url("getMessage_4",
"URL=http://172.168.1.12/ework3/getMessage?userId=921BR42FQ00&d=1253263818547",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Mode=HTML",
LAST);
web_submit_data("CustomFrame.jsp_4",
"Action=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t62.inf",
"Mode=HTML",
ITEMDATA,
EXTRARES,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_block_top.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../images/titlebar.gif", "Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp", ENDITEM,
LAST);
作者:
yhalg1314
时间:
2009-9-21 09:13
web_custom_request("GetGongwenLst_8",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetGongwenLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"Snapshot=t63.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetLeaderScheduleLst_8",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetLeaderScheduleLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetUnreadMailIndex_8",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetUnreadMailIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"Snapshot=t64.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetNoticeLst_8",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetNoticeLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("getWeatherIndex_8",
"URL=http://172.168.1.12/ework3/weatherMng/getWeatherIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Snapshot=t65.inf",
"Mode=HTML",
"EncType=",
LAST);
lr_end_transaction("朱英智登录", LR_AUTO);
lr_think_time( 4 );
web_submit_data("queryFlowEntity_7",
"Action=http://172.168.1.12/ework3/flow/queryFlowEntity",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t66.inf",
"Mode=HTML",
ITEMDATA,
"Name=flowid", "Value=91W0RURPG00", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/buttonbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/cmmList_title.gif", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/selectbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", ENDITEM,
LAST);
web_submit_data("openFlowEntity_3",
"Action=http://172.168.1.12/ework3/flow/openFlowEntity",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t67.inf",
"Mode=HTML",
ITEMDATA,
"Name=id", "Value=93RH9DPFG00", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/to_bar.gif", "Referer=http://172.168.1.12/ework3/flow/viewFlowTrace?entityId=93RH9DPFG00&type=picture", ENDITEM,
"Url=../skin/skin_blue/images/button_6txt.gif", ENDITEM,
LAST);
web_url("queryUseWord_2",
"URL=http://172.168.1.12/ework3/flow/queryUseWord?type=系统级常用语",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t68.inf",
"Mode=HTML",
LAST);
lr_think_time( 1 );
lr_rendezvous("签字");
lr_think_time( 2 );
lr_start_transaction("签字");
lr_think_time( 4 );
web_submit_data("finishCurrentOperator_4",
"Action=http://172.168.1.12/ework3/flow/finishCurrentOperator",
"Method=POST",
"EncType=multipart/form-data",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/openFlowEntity",
"Snapshot=t69.inf",
"Mode=HTML",
ITEMDATA,
"Name=type", "Value=null", ENDITEM,
"Name=id", "Value=93RH9DPFG00", ENDITEM,
"Name=activityId", "Value=91W0Q6JJG00", ENDITEM,
"Name=flowid", "Value=null", ENDITEM,
"Name=activityId", "Value=null", ENDITEM,
"Name=mainId", "Value=", ENDITEM,
"Name=createDay", "Value=null", ENDITEM,
"Name=createTime", "Value=null", ENDITEM,
"Name=toActivityId", "Value=", ENDITEM,
"Name=endFlow", "Value=false", ENDITEM,
"Name=hidden_field_001", "Value=294", ENDITEM,
"Name=hidden_field_002", "Value=", ENDITEM,
"Name=hidden_field_003", "Value=", ENDITEM,
"Name=field_011", "Value=92QGYUD8Q00", ENDITEM,
"Name=hidden_field_005", "Value=关于申报交通运输工程专业高级资格有关问题的补充通知", ENDITEM,
"Name=field_007", "Value=同意", ENDITEM,
"Name=field_008", "Value=value0", ENDITEM,
"Name=keyword", "Value=", ENDITEM,
"Name=cSubject", "Value= ", ENDITEM,
"Name=cid", "Value=", ENDITEM,
LAST);
web_submit_data("queryFlowEntity_8",
"Action=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/finishCurrentOperator",
"Snapshot=t70.inf",
"Mode=HTML",
ITEMDATA,
"Name=javax.servlet.forward.request_uri", "Value=/ework3/flow/finishCurrentOperator", ENDITEM,
"Name=javax.servlet.forward.context_path", "Value=/ework3", ENDITEM,
"Name=javax.servlet.forward.servlet_path", "Value=/flow/finishCurrentOperator", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/buttonbg.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/cmmList_title.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
LAST);
lr_end_transaction("签字", LR_AUTO);
lr_think_time( 2 );
web_submit_data("changeUser_4",
"Action=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BR42FQ00",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t71.inf",
"Mode=HTML",
ITEMDATA,
EXTRARES,
"Url=..//skin/skin_blue/images/dlbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BR42FQ00", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_01.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BR42FQ00", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_03.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BR42FQ00", ENDITEM,
"Url=..//skin/skin_blue/images/buttonbg1.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BR42FQ00", ENDITEM,
"Url=..//skin/skin_blue/images/login_in_02.gif", "Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BR42FQ00", ENDITEM,
LAST);
web_custom_request("GetAllDeptPerson_5",
"URL=http://172.168.1.12/ework3/Loginning/GetAllDeptPerson?topDeptValue=921BE62YG00&subDeptValue=921BE62YG00",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BR42FQ00",
"Snapshot=t72.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetSubPersons_2",
"URL=http://172.168.1.12/ework3/Loginning/GetSubPersons?subDeptValue=921BK2GLQ00",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BR42FQ00",
"Snapshot=t73.inf",
"Mode=HTML",
"EncType=",
LAST);
lr_think_time( 2 );
lr_rendezvous("江燕登录3");
lr_start_transaction("江燕登录3");
lr_think_time( 1 );
web_submit_data("Login_5",
"Action=http://172.168.1.12/ework3/oavfw/Login",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/changeUser?userId=921BR42FQ00",
"Snapshot=t74.inf",
"Mode=HTML",
ITEMDATA,
"Name=depSelect", "Value=921BE62YG00", ENDITEM,
"Name=subDeptSelect", "Value=921BK2GLQ00", ENDITEM,
"Name=userId", "Value=921BVNM7Q00", ENDITEM,
"Name=password", "Value=1", ENDITEM,
"Name=hid_synchronizeLogin", "Value=loginById", ENDITEM,
"Name=autoLogin", "Value=0天", ENDITEM,
"Name=submitButton", "Value=登录", ENDITEM,
EXTRARES,
作者:
yhalg1314
时间:
2009-9-21 09:13
"Url=../skin/skin_blue/images/left_02.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_04.gif", ENDITEM,
"Url=../skin/skin_blue/images/topbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/Oa_logo.gif", ENDITEM,
"Url=../skin/skin_blue/images/logo.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_01.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_05.gif", ENDITEM,
"Url=../skin/skin_blue/images/left_06.gif", ENDITEM,
"Url=../skin/skin_blue/images/bottombg.gif", ENDITEM,
"Url=../skin/skin_blue/images/treebg1.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/treebg2.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/treebg3.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Offbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_block_top.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../images/titlebar.gif", "Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/middle_active.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/right_active.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/left_active.gif", ENDITEM,
"Url=../skin/skin_blue/images/treebg.gif", "Referer=http://172.168.1.12/ework3/left.jsp", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/left_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/middle_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/right_deActive.gif", ENDITEM,
"Url=../tabSkin/skin_blue/images/tabItem/closeIconUnselect.gif", ENDITEM,
LAST);
web_custom_request("GetLeaderScheduleLst_9",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetLeaderScheduleLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetUnreadMailIndex_9",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetUnreadMailIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"Snapshot=t75.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetNoticeLst_9",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetNoticeLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetGongwenLst_9",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetGongwenLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"Snapshot=t76.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("getWeatherIndex_9",
"URL=http://172.168.1.12/ework3/weatherMng/getWeatherIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?",
"Snapshot=t77.inf",
"Mode=HTML",
"EncType=",
LAST);
web_url("getMessage_5",
"URL=http://172.168.1.12/ework3/getMessage?userId=921BVNM7Q00&d=1253263868110",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Mode=HTML",
LAST);
web_submit_data("CustomFrame.jsp_5",
"Action=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t78.inf",
"Mode=HTML",
ITEMDATA,
EXTRARES,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/index_block_Onbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_block_top.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../skin/skin_blue/images/right_buttonbg.gif", "Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp?", ENDITEM,
"Url=../images/titlebar.gif", "Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp", ENDITEM,
LAST);
web_custom_request("GetGongwenLst_10",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetGongwenLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/Gongwen.jsp",
"Snapshot=t79.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetUnreadMailIndex_10",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetUnreadMailIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/EmailInfo.jsp",
"Snapshot=t80.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetLeaderScheduleLst_10",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetLeaderScheduleLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/LeaderSchedule.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("GetNoticeLst_10",
"URL=http://172.168.1.12/ework3/PerDeskMng/GetNoticeLst",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/indexDivInfos/NoticeLstSys.jsp",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("getWeatherIndex_10",
"URL=http://172.168.1.12/ework3/weatherMng/getWeatherIndex",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/perdesk/CustomFrame.jsp",
"Snapshot=t81.inf",
"Mode=HTML",
"EncType=",
LAST);
lr_end_transaction("江燕登录3", LR_AUTO);
lr_think_time( 2 );
web_submit_data("queryFlowEntity_9",
"Action=http://172.168.1.12/ework3/flow/queryFlowEntity",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t82.inf",
"Mode=HTML",
ITEMDATA,
"Name=flowid", "Value=91W0RURPG00", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/buttonbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/cmmList_title.gif", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", ENDITEM,
"Url=../skin/skin_blue/images/selectbg.gif", ENDITEM,
LAST);
web_submit_data("openFlowEntity_4",
"Action=http://172.168.1.12/ework3/flow/openFlowEntity",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/oavfw/Login",
"Snapshot=t83.inf",
"Mode=HTML",
ITEMDATA,
"Name=id", "Value=93RH9DPFG00", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/titletopbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg.gif", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", ENDITEM,
"Url=../skin/skin_blue/images/to_bar.gif", "Referer=http://172.168.1.12/ework3/flow/viewFlowTrace?entityId=93RH9DPFG00&type=picture", ENDITEM,
"Url=../skin/skin_blue/images/button_6txt.gif", ENDITEM,
LAST);
作者:
yhalg1314
时间:
2009-9-21 09:13
lr_rendezvous("归档");
lr_think_time( 2 );
lr_start_transaction("归档");
lr_think_time( 4 );
web_submit_data("finishCurrentOperator_5",
"Action=http://172.168.1.12/ework3/flow/finishCurrentOperator",
"Method=POST",
"EncType=multipart/form-data",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/openFlowEntity",
"Snapshot=t84.inf",
"Mode=HTML",
ITEMDATA,
"Name=type", "Value=null", ENDITEM,
"Name=id", "Value=93RH9DPFG00", ENDITEM,
"Name=activityId", "Value=91W0Q6JJG00", ENDITEM,
"Name=flowid", "Value=null", ENDITEM,
"Name=activityId", "Value=null", ENDITEM,
"Name=mainId", "Value=", ENDITEM,
"Name=createDay", "Value=null", ENDITEM,
"Name=createTime", "Value=null", ENDITEM,
"Name=toActivityId", "Value=", ENDITEM,
"Name=endFlow", "Value=true", ENDITEM,
"Name=emergency", "Value=", ENDITEM,
"Name=emergencyUsers", "Value=operateUser", ENDITEM,
"Name=emergencyUsers", "Value=commitUser", ENDITEM,
"Name=hidden_field_001", "Value=294", ENDITEM,
"Name=hidden_field_002", "Value=", ENDITEM,
"Name=hidden_field_003", "Value=", ENDITEM,
"Name=field_011", "Value=92QGYUD8Q00", ENDITEM,
"Name=hidden_field_005", "Value=关于申报交通运输工程专业高级资格有关问题的补充通知", ENDITEM,
"Name=hidden_field_008", "Value=是", ENDITEM,
"Name=limitTime", "Value=", ENDITEM,
"Name=sendMsg", "Value=false", ENDITEM,
LAST);
web_submit_data("queryFlowEntity_10",
"Action=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://172.168.1.12/ework3/flow/finishCurrentOperator",
"Snapshot=t85.inf",
"Mode=HTML",
ITEMDATA,
"Name=javax.servlet.forward.request_uri", "Value=/ework3/flow/finishCurrentOperator", ENDITEM,
"Name=javax.servlet.forward.context_path", "Value=/ework3", ENDITEM,
"Name=javax.servlet.forward.servlet_path", "Value=/flow/finishCurrentOperator", ENDITEM,
EXTRARES,
"Url=../skin/skin_blue/images/buttonbg.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/cmmList_title.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/titletopbg.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
"Url=../skin/skin_blue/images/buttonbg1.gif", "Referer=http://172.168.1.12/ework3/flow/queryFlowEntity?flowid=91W0RURPG00", ENDITEM,
LAST);
lr_end_transaction("归档", LR_AUTO);
return 0;
}
作者:
hunterjk
时间:
2009-9-21 16:24
是不是太长了啊,能否包含到附件中去?
作者:
yhalg1314
时间:
2009-9-22 09:11
下面是action部分的代码:
具体流程如下
(1)江燕登录-------新建公文------>转给赵颖-------切换用户
(2)--------赵颖登录---------打开公文-------赵颖签字------返还给江燕------切换用户
(3)江燕登录--------转交朱英智批示-------切换用户
(4)--------朱英智登录---------打开公文-------朱英智签字------返还给江燕------切换用户
(5)江燕登录--------结束并归档-------退出
问题:在回放代码的时候只运行完了第一步!
作者:
泊涯
时间:
2009-9-22 09:20
921BE62YG00&subDeptValue=921BK2GLQ00 要关联
作者:
yhalg1314
时间:
2009-9-22 10:45
标题:
回复 12# 的帖子
谢谢啊,确实需要关联啊!
不过关联了之后就可以运行完整了吗?
作者:
yhalg1314
时间:
2009-9-22 10:52
标题:
回复 12# 的帖子
可是不是这个地方报错啊,关联需要满足什么条件吗
作者:
jieran805
时间:
2009-9-22 13:40
为什么喜欢在事物里面加think time?
作者:
msnshow
时间:
2009-9-23 21:52
建议你将此操作步骤,录制两次,两次的操作完全相同,然后对比生成的脚本差异,这样就能看出哪些是需要参数化的了
作者:
just4you77
时间:
2009-9-24 10:03
流程测试必须关联,比较复杂额。。
作者:
dennyqiang
时间:
2009-9-24 10:08
哪有这么录制脚本的,看着头晕。楼主为何不把think time放在事务外面去,这效果一样,但是放在里面就要记得响应时间要扣除思考时间。
楼主你应该把错误消息帖出来,光帖一堆脚本无助于解决问题。
作者:
yhalg1314
时间:
2009-9-24 13:40
呵呵,谢谢各位了,我已经解决了,原来是因为我漏掉了一个关联,辛苦了各位
作者:
yhalg1314
时间:
2009-9-25 17:01
标题:
为什么运行场景时,多用户并发,只有一个用户操作流程完整的出现在OA里
我测试的公文流程
具体流程如下
(1)江燕登录-------新建公文------>转给赵颖-------切换用户
(2)--------赵颖登录---------打开公文-------赵颖签字------返还给江燕------切换用户
(3)江燕登录--------转交朱英智批示-------切换用户
(4)--------朱英智登录---------打开公文-------朱英智签字------返还给江燕------切换用户
(5)江燕登录--------结束并归档-------退出
,在运行脚本时,设置多次迭代,OA里的系统没有问题,可是当我在场景中设置多个用户并发时,
却只有一个用户的记录添加成功。其余都是到第二步中断,请问各位是什么问题啊
下面是我的脚本
作者:
yhalg1314
时间:
2009-9-25 17:02
标题:
为什么运行场景时,多用户并发,只有一个用户操作流程完整的出现在OA里
作者:
yhalg1314
时间:
2009-9-25 17:03
标题:
回复 21# 的帖子
为什么运行场景时,多用户并发,只有一个用户操作流程完整的出现在OA里
我测试的公文流程
具体流程如下
(1)江燕登录-------新建公文------>转给赵颖-------切换用户
(2)--------赵颖登录---------打开公文-------赵颖签字------返还给江燕------切换用户
(3)江燕登录--------转交朱英智批示-------切换用户
(4)--------朱英智登录---------打开公文-------朱英智签字------返还给江燕------切换用户
(5)江燕登录--------结束并归档-------退出
,在运行脚本时,设置多次迭代,OA里的系统没有问题,可是当我在场景中设置多个用户并发时,
却只有一个用户的记录添加成功。其余都是到第二步中断,请问各位是什么问题啊
下面是我的脚本
作者:
孤独英雄
时间:
2009-9-25 23:36
还是关联问题,没有完全关联,除了value需要关联外,还有其他值需要关联的
作者:
yhalg1314
时间:
2009-9-26 08:58
标题:
回复 23# 的帖子
能不能麻烦你帮我把需要关联的地方标注出来啊
或者。。。帮我写一下关联啊,我对手动关联不是很懂啊
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2