51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3095|回复: 8
打印 上一主题 下一主题

[原创] 录制完脚本后,运行时,事件响应时间区域什么也没有。

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2011-6-14 10:26:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我要测试一个课程中心的考试系统,从登陆到考试,然后提交,录制完成后,编译没有问题,但是运行时,事件响应时间区域什么都没有。
我的脚本如下,请各位帮帮忙吧!
vuser_init()
{

        web_set_max_html_param_len("1024");

        web_url("192.168.99.100:6080",
                "URL=http://192.168.99.100:6080/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                LAST);

        web_url("Index.aspx",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t2.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=css/blue/bg.jpg", ENDITEM,
                "Url=css/blue/top-area.jpg", ENDITEM,
                "Url=css/blue/logo.jpg", ENDITEM,
                "Url=css/dotBtn.png", ENDITEM,
                "Url=css/blue/btn.jpg", ENDITEM,
                "Url=css/jpkc.gif", ENDITEM,
                "Url=css/search.png", ENDITEM,
                "Url=css/tjkc.gif", ENDITEM,
                "Url=css/blue/tab.png", ENDITEM,
                "Url=../Template/System/course_template_001/Template.gif", ENDITEM,
                "Url=css/blue/logo_s.png", ENDITEM,
                "Url=css/share.png", ENDITEM,
                "Url=http://192.168.1.166:8098/CommonWS/9ca6d701-4dbb-4910-b96f-10c174c8ed26.jpg", ENDITEM,
                "Url=css/frame.jpg", ENDITEM,
                LAST);

        web_url("Index.xslt",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/xslt/cn/Index.xslt",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t3.inf",
                "Mode=HTML",
                LAST);

        web_url("Menu.xslt",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/xslt/cn/Menu.xslt",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t4.inf",
                "Mode=HTML",
                LAST);

        web_url("Menu.xml",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/Menu.xml",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t5.inf",
                "Mode=HTML",
                LAST);

        web_url("fwlink",
                "URL=https://go.microsoft.com/fwlink/?LinkId=141260",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t6.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2011-6-14 10:26:52 | 只看该作者
回复 1# abab0011


    Sumit_Login()
{

        lr_think_time(43);

        web_custom_request("Login.ashx",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/Login.ashx?LoginName={LoaginName}&Password={Password}&&action=GetUserLoginInfo",
                "Method=POST",
                "Resource=1",
                "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx",
                "EncType=application/x-www-form-urlencoded;charset=utf-8",
                "Body=Tue Jun 14 09:49:07 UTC+0800 2011",
                LAST);

        web_url("Index.aspx_2",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t7.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=css/blue/bg.jpg", ENDITEM,
                "Url=css/blue/logo.jpg", ENDITEM,
                "Url=css/blue/top-area.jpg", ENDITEM,
                "Url=css/dotBtn.png", ENDITEM,
                "Url=css/search.png", ENDITEM,
                "Url=css/tjkc.gif", ENDITEM,
                "Url=css/jpkc.gif", ENDITEM,
                "Url=css/blue/logo_s.png", ENDITEM,
                "Url=css/frame.jpg", ENDITEM,
                "Url=css/blue/tab.png", ENDITEM,
                "Url=../Template/System/course_template_001/Template.gif", ENDITEM,
                "Url=css/share.png", ENDITEM,
                "Url=http://192.168.1.166:8098/CommonWS/9ca6d701-4dbb-4910-b96f-10c174c8ed26.jpg", ENDITEM,
                LAST);

        web_url("Index.xslt_2",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/xslt/cn/Index.xslt",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t8.inf",
                "Mode=HTML",
                LAST);

        web_url("Menu.xslt_2",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/xslt/cn/Menu.xslt",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t9.inf",
                "Mode=HTML",
                LAST);

        web_url("Menu.xml_2",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/Menu.xml",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t10.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
回复 支持 反对

使用道具 举报

该用户从未签到

3#
 楼主| 发表于 2011-6-14 10:27:19 | 只看该作者
回复 2# abab0011


    Go_To_Space()
{

        /* Registering parameter(s) from source task id 84
        // {Siebel_Analytic_ViewState2} = "/wEPDwUIODU4OTQzOTIPZBYCZg9kFgICAw9kFgICAg9kFgYCAQ9kFhBmDw8WBB4IQ3NzQ2xhc3MFD21hc3Rlcl9uYXZob3Zlch4EXyFTQgICFgIeB29uY2xpY2sFNXdpbmRvdy5sb2NhdGlvbi5ocmVmPScvRzJTL015U3BhY2UvSW5kZXhTdHVkZW50LmFzcHgnZAIBDw8WAh4HVmlzaWJsZWgWAh8CBRNDaGVja0NsYXNzKDMxNzIsMik7ZAICDw9kFgIfAgU3d2luZG93LmxvY2F0aW9uLmhyZWY9Jy9HMlMvTXlTcGFjZS9NeURvYy9FeHBsb3Jlci5hc3B4J2QCAw8PZBYCHwIFQ3dpbmRvdy5sb2NhdGlvbi5ocmVmPScvRzJTL1N0dWRlbnRTcGFjZS9BZGRyZXNzQm9vay9NeUFkZHJlc3MuYXNweCdkAgQPDxYCHwNoZGQCBQ8PFgIfA2hkZAIGDw8WAh8DaGRkAgkPFgIeCWlubmVyaHRtbAUBMGQCBQ8WAh8DaBYCAgEPZBYEZg88KwAKAQAPFgIeAlNEFgEGAIBHFfr3zYhkZAIBDxYCHgV2YWx1ZQUG6K+m57uGZAIJDxYCHwNoZGR4956pFuMhpuIeWVZgiSWA0KybjQ=="
        // */

        web_reg_save_param("Siebel_Analytic_ViewState2",
                "LB/IC=ViewState\" value=\"",
                "RB/IC=\"",
                "Ord=1",
                "Search=Body",
                LAST);

        web_url("MySpace.aspx",
                "URL=http://192.168.99.100:6080/G2S/MySpace/MySpace.aspx?d=-8588935907371013308",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t11.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=../css/zh-CN.css", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../ScriptResource.axd?d=DPpzhJYG5IuQ9ubT_q84Che8apxVROf7GS084cXTmSwAlvfAcdT4BTrtijdrxVjkpZrZqVdvyJDMXFcXDMDaMyVgz7wGMZZMkjM39wlvl-XBXdMFA1qJxAdRvYzYkPX64btwvrJNSURe_nj8hOl3gIzfucyz78BmNHyYLOKR50swX3qU0&t=ffffffff91b68f73", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../OmGrid%202.0/js/OmGrid-2.0-beta.js", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../css/ableico.css", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../UserControl/UcPerformancel.css", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../UserControl/UcPerformancel.js", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../js/ico.js", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../ScriptResource.axd?d=s7tx0ws1EzXkAjdLnnwMa4ykeOsmuIY-F6DZj7OTFJoj3Sa3xFOl8m0wbk7VPqD57GFadjSL6faEo_rxqBaKjqPa8X_Bv5rhbcd4qZ1Aq80pYPnhE9V_QC9Yrx-ovMiBlPPgPxelyWRNIRIcMA9PfKZzifG58MCRarnjKyNGWDy49Pp90&t=ffffffff91b68f73", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../WebResource.axd?d=6vYjgo7TeGq0TmWC0UETkdprsFM3uFxeaGuslwGLZ2o9O5IjpiKbQ8PGDeL4rdk4gwqCFDXbqSQvpfIRRWJJ4umFsrQ1&t=634407315783387500", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../OmGrid%202.0/css/OmGrid.css", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../JS/jquery-1.4.2.min.js", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=UserControl/UCRSSN.js", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../My97DatePicker/skin/WdatePicker.css", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../ico/16_ico_message.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../ico/16_ico_modifyProfile.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../Images/back_top.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../ico/16_ico_modifyPWD.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../ico/16_ico_back.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../ico/16_ico_logout.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../AbleSystem/SystemFile/Logo/cn/img/banner.jpg", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../images/button_idea.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../images/button_acca.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../JS/jquery.jfeed.pack.js", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../images/center_top.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../images/page_arrow2.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../images/page_arrow1.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../ico/16_ico_rss.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../Images/rss_tab.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../Images/button2.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../Images/title_left1.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../Template/System/course_template_008/Template.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../JS/modalwindow/modal.js", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../Images/dot.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../Images/logo.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../images/indexactivity_back.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../ico/16_ico_course.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../UserControl/UcPerformancel.ashx?action=GetIsHasTermScore&_=1308016176249", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../UserControl/UcPerformancel.ashx?action=GetStudentTermList&_=1308016176249", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../UserControl/UcPerformancel.ashx?action=isNullFoster&_=1308016176265", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../images/set_up.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../images/windows_close.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../ico/16_ico_remind.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=UserControl/UCRSS1.ashx?OptType=GetRssInfoByID&ID=1", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../UserControl/UcPerformancel.ashx?action=GetCourseName&_=1308016176483", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../UserControl/UcPerformancel.ashx?action=GetYearList&fTermsID=2010&_=1308016176608", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                "Url=../images/dot.gif", "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx", ENDITEM,
                LAST);

        web_url("My97DatePicker.htm",
                "URL=http://192.168.99.100:6080/G2S/My97DatePicker/My97DatePicker.htm",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx",
                "Snapshot=t12.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=lang/zh-cn.js", ENDITEM,
                "Url=skin/default/datepicker.css", ENDITEM,
                "Url=skin/whyGreen/datepicker.css", ENDITEM,
                "Url=skin/default/img.gif", ENDITEM,
                LAST);

        web_url("UCRSSN.ashx",
                "URL=http://192.168.99.100:6080/G2S/MySpace/UserControl/UCRSSN.ashx?rssUrl=http%3A%2F%2Fwww.people.com.cn%2Frss%2Fedu.xml&rand=0.31843094481498546",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx",
                "Snapshot=t13.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
回复 支持 反对

使用道具 举报

该用户从未签到

4#
 楼主| 发表于 2011-6-14 10:27:49 | 只看该作者
回复 3# abab0011


    Class()
{

        web_submit_data("IndexStudent.aspx",
                "Action=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://192.168.99.100:6080/G2S/MySpace/IndexStudent.aspx",
                "Snapshot=t14.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=__EVENTTARGET", "Value=", ENDITEM,
                "Name=__EVENTARGUMENT", "Value=", ENDITEM,
                "Name=__VIEWSTATE", "Value={Siebel_Analytic_ViewState2}", ENDITEM,
                "Name=ctl00$ContentPlaceHolder1$UCStudentCourse1$hidWebSiteID", "Value=2", ENDITEM,
                "Name=ctl00$ContentPlaceHolder1$UCStudentCourse1$btnGoStudentWebsite", "Value=Button", ENDITEM,
                EXTRARES,
                "Url=../js/XmlHttpPool.js", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=../js/SaveUserVisitTime.js", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=../Images/title_left2.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=../img/site_student1.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=../img/site_student2.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=../img/site_student3.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=../img/site_student4.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=../img/site_student5.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=../img/site_student6.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=../img/site_student8.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=../img/site_student9.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                LAST);

        web_url("My97DatePicker.htm_2",
                "URL=http://192.168.99.100:6080/G2S/My97DatePicker/My97DatePicker.htm",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx",
                "Snapshot=t15.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
Exem()
{

        lr_think_time(8);

        web_url("ExplorerRuning.aspx",
                "URL=http://192.168.99.100:6080/G2S/StudentSpace/Exam/ExplorerRuning.aspx",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx",
                "Snapshot=t16.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=/G2S/StatHandler.ashx?action=SaveUserVisit&UserVisitKey=1&random=0.9977324214578764", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Index.aspx", ENDITEM,
                "Url=/G2S/js/DraggableDiv.pack.js", ENDITEM,
                "Url=/G2S/images/title_left2.gif", ENDITEM,
                "Url=/G2S/Images/ico_line.gif", ENDITEM,
                "Url=/G2S/ico/24_ico_edit.gif", ENDITEM,
                "Url=/G2S/ico/page_arrow3.gif", ENDITEM,
                "Url=/G2S/ico/page_arrow1.gif", ENDITEM,
                "Url=/G2S/ico/page_arrow2.gif", ENDITEM,
                "Url=/G2S/ico/page_arrow4.gif", ENDITEM,
                "Url=/G2S/ico/function_button.gif", ENDITEM,
                LAST);

        web_url("My97DatePicker.htm_3",
                "URL=http://192.168.99.100:6080/G2S/My97DatePicker/My97DatePicker.htm",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/ExplorerRuning.aspx",
                "Snapshot=t17.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
回复 支持 反对

使用道具 举报

该用户从未签到

5#
 楼主| 发表于 2011-6-14 10:28:34 | 只看该作者
回复 4# abab0011


    Answer_Exem()
{

        /* Registering parameter(s) from source task id 201
        // {Siebel_Analytic_ViewState6} = "/wEPDwUKLTY4MjQ2NzQ1Mw9kFgICAw9kFgoCAg9kFgpmDw8WAh4EVGV4dAUM5rWL6K+V6ICD6K+VZGQCAQ9kFghmDw8WBB8ABQ3mtYvor5XlsYLmrKE6HgdWaXNpYmxlZ2RkAgEPDxYEHwAFBuS4ree6px8BZ2RkAgIPDxYCHwAFAjk4ZGQCAw8PFgIfAAUYIC8g5rWL6K+V5pe26ZW/OjQw5YiG6ZKfZGQCAg9kFgYCAQ8WAh4Fc3R5bGUFD2Rpc3BsYXk6aW5saW5lOxYEZg8PFgIfAAUBMGRkAgEPDxYCHwAFAjEwZGQCAw8PFgIfAAUWIOW3sueUqOaXtumXtDogMDowMDoxNmRkAgUPDxYCHwAFFyAvIOWJqeS9meaXtumXtDowOjQwOjAwZGQCAw8PFgIfAWhkFgJmDw8WAh8ABQEwZGQCBA8PFgIfAWhkZAIEDxYCHgV2YWx1ZQUG5YWz6ZetZAIFDxYCHwMFBue7iOatomQCBg8WAh8DBQbmmoLlrZhkAgcPFgIfAwUG5o+Q5LqkZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAQUaRG9Ib21ld29yazEkY2hrSXNTZW5kU2NvcmUqLJ5n+QhLWfxa+mcdJ6HW9ZMWcw=="
        // */

        web_reg_save_param("Siebel_Analytic_ViewState6",
                "LB/IC=ViewState\" value=\"",
                "RB/IC=\"",
                "Ord=1",
                "Search=Body",
                "RelFrameId=1",
                LAST);

        lr_think_time(15);

        web_url("Examing.aspx",
                "URL=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/ExplorerRuning.aspx",
                "Snapshot=t18.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=/G2S/Images/button2.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528", ENDITEM,
                "Url=/G2S/ico/tab_test.gif", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528", ENDITEM,
                "Url=ExamService.ashx?OptType=SaveTemplateAnswer&ID=2528&uid=3172&info="
                "2644411879915@6%3A72644451879931@6%3A72644461879935@6%3A7264447@62644481879939@6%3A72644491879942@6%3A72644501879945@6%3A72644511879947@6%3A72644521879951@6%3A72644531879954@6%3A72644541879957@6%3A7264455@62644561879962@6%3A72644571879968@6%3A72644581879973@6%3A72644591879980@6%3A72644601879984@6%3A72644611879991@6%3A72644621879996@6%3A72644631880002@6%3A7264464@62644651880008@6%3A72644661880012@6%3A72644671880017@6%3A72644681880022@6%3A72644691880023@6%3A7264470@62644711880028@6%3A72644721880032@"
                "6%3A72644731880036@6%3A72644741880040@6%3A72644751880044@6%3A7264476@62644771880049@6%3A72644781880051@6%3A72644791880055@6%3A72644801880060@6%3A72644811880064@6%3A7264482@62644831880069@6%3A7264484@62644851880074@6%3A72644861880077@6%3A72644871880082@6%3A72644881880086@6%3A72644891880090@6%3A72644901880094@6%3A72644911880098@6%3A72644921880102@6%3A72644931880106@6%3A72644941880111@6%3A72644951880114@6%3A72644961880118@6%3A72644971880122@6%3A72644981880127@6%3A72644991880130@6%3A7@17%3A17%3A17%3A8"
                "%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A8%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A8%3A17%3A17%3A17%3A17%3A17%3A8%3A17%3A17%3A17%3A17%3A17%3A8%3A17%3A17%3A17%3A17%3A17%3A8%3A17%3A8%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528", ENDITEM,
                LAST);

        return 0;
}
回复 支持 反对

使用道具 举报

该用户从未签到

6#
 楼主| 发表于 2011-6-14 10:29:28 | 只看该作者
回复 5# abab0011


    Sumit_Exem()
{

        web_url("ExamService.ashx",
                "URL=http://192.168.99.100:6080/G2S/StudentSpace/Exam/ExamService.ashx?OptType=SaveTemplateAnswer&ID=2528&uid=3172&info="
                "2644411879915@6%3A72644451879931@6%3A72644461879935@6%3A7264447@62644481879939@6%3A72644491879942@6%3A72644501879945@6%3A72644511879947@6%3A72644521879951@6%3A72644531879954@6%3A72644541879957@6%3A7264455@62644561879962@6%3A72644571879968@6%3A72644581879973@6%3A72644591879980@6%3A72644601879984@6%3A72644611879991@6%3A72644621879996@6%3A72644631880002@6%3A7264464@62644651880008@6%3A72644661880012@6%3A72644671880017@6%3A72644681880022@6%3A72644691880023@6%3A7264470@62644711880028@6%3A72644721880032@"
                "6%3A72644731880036@6%3A72644741880040@6%3A72644751880044@6%3A7264476@62644771880049@6%3A72644781880051@6%3A72644791880055@6%3A72644801880060@6%3A72644811880064@6%3A7264482@62644831880069@6%3A7264484@62644851880074@6%3A72644861880077@6%3A72644871880082@6%3A72644881880086@6%3A72644891880090@6%3A72644901880094@6%3A72644911880098@6%3A72644921880102@6%3A72644931880106@6%3A72644941880111@6%3A72644951880114@6%3A72644961880118@6%3A72644971880122@6%3A72644981880127@6%3A72644991880130@6%3A7@17%3A17%3A17%3A8"
                "%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A8%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A8%3A17%3A17%3A17%3A17%3A17%3A8%3A17%3A17%3A17%3A17%3A17%3A8%3A17%3A17%3A17%3A17%3A17%3A8%3A17%3A8%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17%3A17",
                "Resource=1",
                "RecContentType=text/plain",
                "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528",
                "Snapshot=t19.inf",
                LAST);

        web_url("windows_top.gif",
                "URL=http://192.168.99.100:6080/G2S/images/windows_top.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528",
                "Snapshot=t20.inf",
                LAST);

        web_url("windows_close.gif",
                "URL=http://192.168.99.100:6080/G2S/images/windows_close.gif",
                "Resource=1",
                "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528",
                LAST);

        web_url("ConfirmSubmit.aspx",
                "URL=http://192.168.99.100:6080/G2S/StudentSpace/Exam/ConfirmSubmit.aspx?id=2528&uid=3172&wid=2",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528",
                "Snapshot=t21.inf",
                "Mode=HTML",
                LAST);

        lr_think_time(4);

        web_submit_data("Examing.aspx_2",
                "Action=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528",
                "Snapshot=t22.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=UserVisitKey", "Value=3", ENDITEM,
                "Name=UserVisitPostUrl", "Value=/G2S/StatHandler.ashx", ENDITEM,
                "Name=__VIEWSTATE", "Value={Siebel_Analytic_ViewState6}", ENDITEM,
                "Name=hidExamID", "Value=2528", ENDITEM,
                "Name=hidWebID", "Value=-1", ENDITEM,
                "Name=DoHomework1$hidStudentAnswer", "Value=2644411879915@6:72644451879931@6:72644461879935@6:7264447@62644481879939@6:72644491879942@6:72644501879945@6:72644511879947@6:72644521879951@6:72644531879954@6:72644541879957@6:7264455@62644561879962@6:72644571879968@6:72644581879973@6:72644591879980@6:72644601879984@6:72644611879991@6:72644621879996@6:72644631880002@6:7264464@62644651880008@6:72644661880012@6:72644671880017@6:72644681880022@6:72644691880023@6:7264470@62644711880028@6:72644721880032@6"
                ":72644731880036@6:72644741880040@6:72644751880044@6:7264476@62644771880049@6:72644781880051@6:72644791880055@6:72644801880060@6:72644811880064@6:7264482@62644831880069@6:7264484@62644851880074@6:72644861880077@6:72644871880082@6:72644881880086@6:72644891880090@6:72644901880094@6:72644911880098@6:72644921880102@6:72644931880106@6:72644941880111@6:72644951880114@6:72644961880118@6:72644971880122@6:72644981880127@6:72644991880130@6:7@17:17:17:8:17:17:17:17:17:17:17:8:17:17:17:17:17:17:17:17:8:17:17"
                ":17:17:17:8:17:17:17:17:17:8:17:17:17:17:17:8:17:8:17:17:17:17:17:17:17:17:17:17:17:17:17:17:17", ENDITEM,
回复 支持 反对

使用道具 举报

该用户从未签到

7#
 楼主| 发表于 2011-6-14 10:30:38 | 只看该作者
回复 6# abab0011


    "Name=hidQuestionIndex", "Value=2013_264441", ENDITEM,
                "Name=hidQuestionIndex", "Value=2013_264445", ENDITEM,
                "Name=hidQuestionIndex", "Value=2013_264446", ENDITEM,
                "Name=hidQuestionIndex", "Value=2013_264447", ENDITEM,
                "Name=hidQuestionIndex", "Value=2013_264455", ENDITEM,
                "Name=hidQuestionIndex", "Value=2013_264464", ENDITEM,
                "Name=hidQuestionIndex", "Value=2013_264470", ENDITEM,
                "Name=hidQuestionIndex", "Value=2013_264476", ENDITEM,
                "Name=hidQuestionIndex", "Value=2013_264482", ENDITEM,
                "Name=hidQuestionIndex", "Value=2013_264484", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264441", "Value=1879915", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264445", "Value=1879931", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264446", "Value=1879935", ENDITEM,
                "Name=hidQuestionType", "Value=6", ENDITEM,
                "Name=hidChildQuestionID_264447", "Value=264448", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264448", "Value=1879939", ENDITEM,
                "Name=hidChildQuestionID_264447", "Value=264449", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264449", "Value=1879942", ENDITEM,
                "Name=hidChildQuestionID_264447", "Value=264450", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264450", "Value=1879945", ENDITEM,
                "Name=hidChildQuestionID_264447", "Value=264451", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264451", "Value=1879947", ENDITEM,
                "Name=hidChildQuestionID_264447", "Value=264452", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264452", "Value=1879951", ENDITEM,
                "Name=hidChildQuestionID_264447", "Value=264453", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264453", "Value=1879954", ENDITEM,
                "Name=hidChildQuestionID_264447", "Value=264454", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264454", "Value=1879957", ENDITEM,
                "Name=hidQuestionType", "Value=6", ENDITEM,
                "Name=hidChildQuestionID_264455", "Value=264456", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264456", "Value=1879962", ENDITEM,
                "Name=hidChildQuestionID_264455", "Value=264457", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264457", "Value=1879968", ENDITEM,
                "Name=hidChildQuestionID_264455", "Value=264458", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264458", "Value=1879973", ENDITEM,
                "Name=hidChildQuestionID_264455", "Value=264459", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264459", "Value=1879980", ENDITEM,
                "Name=hidChildQuestionID_264455", "Value=264460", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264460", "Value=1879984", ENDITEM,
                "Name=hidChildQuestionID_264455", "Value=264461", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264461", "Value=1879991", ENDITEM,
                "Name=hidChildQuestionID_264455", "Value=264462", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264462", "Value=1879996", ENDITEM,
                "Name=hidChildQuestionID_264455", "Value=264463", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264463", "Value=1880002", ENDITEM,
                "Name=hidQuestionType", "Value=6", ENDITEM,
                "Name=hidChildQuestionID_264464", "Value=264465", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264465", "Value=1880008", ENDITEM,
                "Name=hidChildQuestionID_264464", "Value=264466", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264466", "Value=1880012", ENDITEM,
                "Name=hidChildQuestionID_264464", "Value=264467", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264467", "Value=1880017", ENDITEM,
回复 支持 反对

使用道具 举报

该用户从未签到

8#
 楼主| 发表于 2011-6-14 10:31:14 | 只看该作者
回复 7# abab0011


    "Name=hidChildQuestionID_264464", "Value=264468", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264468", "Value=1880022", ENDITEM,
                "Name=hidChildQuestionID_264464", "Value=264469", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264469", "Value=1880023", ENDITEM,
                "Name=hidQuestionType", "Value=6", ENDITEM,
                "Name=hidChildQuestionID_264470", "Value=264471", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264471", "Value=1880028", ENDITEM,
                "Name=hidChildQuestionID_264470", "Value=264472", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264472", "Value=1880032", ENDITEM,
                "Name=hidChildQuestionID_264470", "Value=264473", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264473", "Value=1880036", ENDITEM,
                "Name=hidChildQuestionID_264470", "Value=264474", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264474", "Value=1880040", ENDITEM,
                "Name=hidChildQuestionID_264470", "Value=264475", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264475", "Value=1880044", ENDITEM,
                "Name=hidQuestionType", "Value=6", ENDITEM,
                "Name=hidChildQuestionID_264476", "Value=264477", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264477", "Value=1880049", ENDITEM,
                "Name=hidChildQuestionID_264476", "Value=264478", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264478", "Value=1880051", ENDITEM,
                "Name=hidChildQuestionID_264476", "Value=264479", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264479", "Value=1880055", ENDITEM,
                "Name=hidChildQuestionID_264476", "Value=264480", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264480", "Value=1880060", ENDITEM,
                "Name=hidChildQuestionID_264476", "Value=264481", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264481", "Value=1880064", ENDITEM,
                "Name=hidQuestionType", "Value=6", ENDITEM,
                "Name=hidChildQuestionID_264482", "Value=264483", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264483", "Value=1880069", ENDITEM,
                "Name=hidQuestionType", "Value=6", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264485", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264485", "Value=1880074", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264486", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264486", "Value=1880077", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264487", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264487", "Value=1880082", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264488", ENDITEM,
回复 支持 反对

使用道具 举报

该用户从未签到

9#
 楼主| 发表于 2011-6-14 10:31:23 | 只看该作者
回复 8# abab0011


    "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264488", "Value=1880086", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264489", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264489", "Value=1880090", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264490", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264490", "Value=1880094", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264491", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264491", "Value=1880098", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264492", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264492", "Value=1880102", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264493", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264493", "Value=1880106", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264494", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264494", "Value=1880111", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264495", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264495", "Value=1880114", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264496", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264496", "Value=1880118", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264497", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264497", "Value=1880122", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264498", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264498", "Value=1880127", ENDITEM,
                "Name=hidChildQuestionID_264484", "Value=264499", ENDITEM,
                "Name=hidQuestionType", "Value=3", ENDITEM,
                "Name=chkChoiceItem_264499", "Value=1880130", ENDITEM,
                "Name=DoHomework1$hidExamID", "Value=2528", ENDITEM,
                "Name=DoHomework1$hidSource", "Value=2", ENDITEM,
                "Name=DoHomework1$hidStudentID", "Value=3172", ENDITEM,
                "Name=DoHomework1$hidWebID", "Value=2", ENDITEM,
                "Name=hidUserID", "Value=3172", ENDITEM,
                "Name=btnSubmit", "Value=Button", ENDITEM,
                EXTRARES,
"Url=/G2S/StatHandler.ashx?action=SaveUserVisit&UserVisitKey=3&random=0.22569495284700125", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528", ENDITEM,
                "Url=/G2S/StatHandler.ashx?action=SaveUserVisit&UserVisitKey=4&random=0.14100237656380754", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/ConfirmSubmit.aspx?id=2528&uid=3172&wid=2", ENDITEM,
                "Url=/G2S/StatHandler.ashx?action=SaveUserVisit&UserVisitKey=5&random=0.7621739803251394", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/Examing.aspx?ID=2528", ENDITEM,
                LAST);

        web_url("ExplorerRuning.aspx_2",
                "URL=http://192.168.99.100:6080/G2S/StudentSpace/Exam/ExplorerRuning.aspx",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t23.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=/G2S/StatHandler.ashx?action=SaveUserVisit&UserVisitKey=2&random=0.5914633161981422", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/ExplorerRuning.aspx#", ENDITEM,
                "Url=/G2S/css/zh-CN.css", ENDITEM,
                "Url=/G2S/js/DraggableDiv.pack.js", ENDITEM,
                "Url=/G2S/My97DatePicker/skin/WdatePicker.css", ENDITEM,
                "Url=/G2S/ico/16_ico_message.gif", ENDITEM,
                "Url=/G2S/Images/back_top.gif", ENDITEM,
                "Url=/G2S/ico/16_ico_modifyProfile.gif", ENDITEM,
                "Url=/G2S/ico/16_ico_modifyPWD.gif", ENDITEM,
                "Url=/G2S/ico/16_ico_back.gif", ENDITEM,
                "Url=/G2S/ico/16_ico_logout.gif", ENDITEM,
                "Url=/G2S/images/title_left2.gif", ENDITEM,
                "Url=/G2S/AbleSystem/SystemFile/Logo/cn/img/banner.jpg", ENDITEM,
                "Url=/G2S/images/button_idea.gif", ENDITEM,
                "Url=/G2S/images/button_acca.gif", ENDITEM,
                "Url=/G2S/Images/logo.gif", ENDITEM,
                "Url=/G2S/Images/ico_line.gif", ENDITEM,
                "Url=/G2S/ico/24_ico_edit.gif", ENDITEM,
                "Url=/G2S/ico/page_arrow3.gif", ENDITEM,
                "Url=/G2S/ico/page_arrow1.gif", ENDITEM,
                "Url=/G2S/ico/page_arrow2.gif", ENDITEM,
                "Url=/G2S/ico/page_arrow4.gif", ENDITEM,
                "Url=/G2S/ico/function_button.gif", ENDITEM,
                LAST);

        web_url("My97DatePicker.htm_4",
                "URL=http://192.168.99.100:6080/G2S/My97DatePicker/My97DatePicker.htm",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/ExplorerRuning.aspx",
                "Snapshot=t24.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=lang/zh-cn.js", ENDITEM,
                "Url=skin/default/datepicker.css", ENDITEM,
                "Url=skin/whyGreen/datepicker.css", ENDITEM,
                "Url=skin/default/img.gif", ENDITEM,
                LAST);

        return 0;
}
vuser_end()
{

        web_url("ServiceHandler.ashx",
                "URL=http://192.168.99.100:6080/G2S/ServiceHandler.ashx?OptType=SessionClear",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t25.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=ShowSystem/css/blue/bg.jpg", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/blue/top-area.jpg", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/search.png", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/jpkc.gif", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/blue/logo_s.png", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/tjkc.gif", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/blue/logo.jpg", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/frame.jpg", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/blue/tab.png", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/dotBtn.png", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/blue/btn.jpg", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=http://192.168.1.166:8098/CommonWS/9ca6d701-4dbb-4910-b96f-10c174c8ed26.jpg", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=ShowSystem/css/share.png", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                "Url=Template/System/course_template_001/Template.gif", "Referer=http://192.168.99.100:6080/G2S/ShowSystem/Index.aspx", ENDITEM,
                LAST);

        web_url("Index.xslt_3",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/xslt/cn/Index.xslt",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t26.inf",
                "Mode=HTML",
                LAST);

        web_url("Menu.xslt_3",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/xslt/cn/Menu.xslt",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t27.inf",
                "Mode=HTML",
                LAST);

        web_url("Menu.xml_3",
                "URL=http://192.168.99.100:6080/G2S/ShowSystem/Menu.xml",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t28.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=../StatHandler.ashx?action=SaveUserVisit&UserVisitKey=6&random=0.636974760128643", "Referer=http://192.168.99.100:6080/G2S/StudentSpace/Exam/ExplorerRuning.aspx", ENDITEM,
                LAST);

        return 0;
}
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-10-4 21:20 , Processed in 0.088441 second(s), 26 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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