51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 4095|回复: 23
打印 上一主题 下一主题

[原创] loadrunner不能正确在OA添加完整的操作流程记录

[复制链接]
  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    跳转到指定楼层
    1#
    发表于 2009-9-21 09:08:11 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    我最近测试一个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);
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    2#
     楼主| 发表于 2009-9-21 09:09:58 | 只看该作者
    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);
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    3#
     楼主| 发表于 2009-9-21 09:10:50 | 只看该作者
    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 );
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    4#
     楼主| 发表于 2009-9-21 09:11:38 | 只看该作者
    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);
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    5#
     楼主| 发表于 2009-9-21 09:11:59 | 只看该作者
    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);
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    6#
     楼主| 发表于 2009-9-21 09:12:20 | 只看该作者
    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);
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    7#
     楼主| 发表于 2009-9-21 09:13:04 | 只看该作者
    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,
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    8#
     楼主| 发表于 2009-9-21 09:13:26 | 只看该作者
    "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);
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    9#
     楼主| 发表于 2009-9-21 09:13:32 | 只看该作者
    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;
    }
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    10#
    发表于 2009-9-21 16:24:23 | 只看该作者
    是不是太长了啊,能否包含到附件中去?
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    11#
     楼主| 发表于 2009-9-22 09:11:15 | 只看该作者
    下面是action部分的代码:
    具体流程如下
    (1)江燕登录-------新建公文------>转给赵颖-------切换用户
    (2)--------赵颖登录---------打开公文-------赵颖签字------返还给江燕------切换用户
    (3)江燕登录--------转交朱英智批示-------切换用户
    (4)--------朱英智登录---------打开公文-------朱英智签字------返还给江燕------切换用户
    (5)江燕登录--------结束并归档-------退出

    问题:在回放代码的时候只运行完了第一步!

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?(注-册)加入51Testing

    x
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    12#
    发表于 2009-9-22 09:20:21 | 只看该作者
    921BE62YG00&subDeptValue=921BK2GLQ00 要关联
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    13#
     楼主| 发表于 2009-9-22 10:45:03 | 只看该作者

    回复 12# 的帖子

    谢谢啊,确实需要关联啊!
    不过关联了之后就可以运行完整了吗?
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    14#
     楼主| 发表于 2009-9-22 10:52:26 | 只看该作者

    回复 12# 的帖子

    可是不是这个地方报错啊,关联需要满足什么条件吗
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    15#
    发表于 2009-9-22 13:40:09 | 只看该作者
    为什么喜欢在事物里面加think time?
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2022-5-8 19:23
  • 签到天数: 137 天

    连续签到: 1 天

    [LV.7]测试师长

    16#
    发表于 2009-9-23 21:52:42 | 只看该作者
    建议你将此操作步骤,录制两次,两次的操作完全相同,然后对比生成的脚本差异,这样就能看出哪些是需要参数化的了
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    17#
    发表于 2009-9-24 10:03:41 | 只看该作者
    流程测试必须关联,比较复杂额。。
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    18#
    发表于 2009-9-24 10:08:38 | 只看该作者
    哪有这么录制脚本的,看着头晕。楼主为何不把think time放在事务外面去,这效果一样,但是放在里面就要记得响应时间要扣除思考时间。

    楼主你应该把错误消息帖出来,光帖一堆脚本无助于解决问题。
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    19#
     楼主| 发表于 2009-9-24 13:40:56 | 只看该作者
    呵呵,谢谢各位了,我已经解决了,原来是因为我漏掉了一个关联,辛苦了各位
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-1-6 13:23
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    20#
     楼主| 发表于 2009-9-25 17:01:28 | 只看该作者

    为什么运行场景时,多用户并发,只有一个用户操作流程完整的出现在OA里

    我测试的公文流程
    具体流程如下
    (1)江燕登录-------新建公文------>转给赵颖-------切换用户
    (2)--------赵颖登录---------打开公文-------赵颖签字------返还给江燕------切换用户
    (3)江燕登录--------转交朱英智批示-------切换用户
    (4)--------朱英智登录---------打开公文-------朱英智签字------返还给江燕------切换用户
    (5)江燕登录--------结束并归档-------退出
    ,在运行脚本时,设置多次迭代,OA里的系统没有问题,可是当我在场景中设置多个用户并发时,
    却只有一个用户的记录添加成功。其余都是到第二步中断,请问各位是什么问题啊
    下面是我的脚本
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-8 06:49 , Processed in 0.094746 second(s), 28 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表