51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2696|回复: 6
打印 上一主题 下一主题

[原创] 脚本回放成功,到controller里跑的时候passed transaction一直是零,这是为什么呢

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2011-1-28 18:17:45 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
RT:下面是我的脚本,各位大侠帮我分析一下,我是LR11
Action()
{

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

        web_submit_data("login",
                "Action=http://192.168.18.11/webmail/login",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tlogin.jsp",
                "Snapshot=t2.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=name", "Value=test{login_id}", ENDITEM,
                "Name=domain", "Value=pa18.com", ENDITEM,
                "Name=pass", "Value=123", ENDITEM,
                "Name=Submit", "Value=登  录", ENDITEM,
                EXTRARES,
                "Url=../tpl.gb2312/images/header_bg.gif", "Referer=http://192.168.18.11/tpl.gb2312/free.jsp", ENDITEM,
                "Url=../tpl.gb2312/images/top_menu_bg.gif", "Referer=http://192.168.18.11/tpl.gb2312/free.jsp", ENDITEM,
                "Url=../tpl.gb2312/images/top_menu_hover_bg.gif", "Referer=http://192.168.18.11/tpl.gb2312/free.jsp", ENDITEM,
                "Url=../tpl.gb2312/images/title_bg.gif", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mailbox.jsp", ENDITEM,
                LAST);


        web_reg_save_param("mailurl1", "LB=<a class=\"mailLink\" href=\"", "RB=\">", "Notfound=warning", LAST);

        web_url("新邮件",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?action=listmsg&folder=1&new=true&type=-1&pagenum=0",
                "TargetFrame=main",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/freemenu.jsp",
                "Snapshot=t3.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=../images/toolbar_bg1.gif", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?action=listmsg&folder=1&new=true&type=-1&pagenum=0", ENDITEM,
                "Url=../images/downarrow_ex.gif", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?action=listmsg&folder=1&new=true&type=-1&pagenum=0", ENDITEM,
                LAST);

        lr_log_message("mailurl1 : %s",lr_eval_string ("{mailurl1}"));

        lr_think_time(4);

        web_url("mailSubject1",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/{mailurl1}",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?action=listmsg&folder=1&new=true&type=-1&pagenum=0",
                "Snapshot=t4.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=../images/readed.gif", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/{mailurl_1}", ENDITEM,
                LAST);

        web_reg_save_param("mailurl2", "LB=<a class=\"mailLink\" href=\"", "RB=\">", "Notfound=warning", LAST);

        web_url("新邮件_2",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?action=listmsg&folder=1&new=true&type=-1&pagenum=0",
                "TargetFrame=main",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/freemenu.jsp",
                "Snapshot=t5.inf",
                "Mode=HTML",
                LAST);

        lr_log_message("mailurl2 : %s",lr_eval_string ("{mailurl2}"));

        web_url("mailSubject2",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/{mailurl2}",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?action=listmsg&folder=1&new=true&type=-1&pagenum=0",
                "Snapshot=t6.inf",
                "Mode=HTML",
                LAST);

        web_reg_save_param("mailurl3", "LB=<a class=\"mailLink\" href=\"", "RB=\">", "Notfound=warning", LAST);
        web_reg_save_param("mailId", "LB=<a class=\"mailLink\" href=\"mailShow.jsp?id=", "RB=&folder=1&new=true\">", "Notfound=warning", LAST);

        web_url("返回新邮件",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?folder=1&new=true",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/mailbox/{mailurl2}",
                "Snapshot=t7.inf",
                "Mode=HTML",
                LAST);

        lr_log_message("mailurl3 : %s",lr_eval_string ("{mailurl3}"));
        lr_log_message("mailId : %s",lr_eval_string ("{mailId}"));

        web_url("mailSubject3",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/{mailurl3}",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?folder=1&new=true",
                "Snapshot=t8.inf",
                "Mode=HTML",
                LAST);
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2011-1-28 18:17:54 | 只看该作者
web_url("回复",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply={mailId}",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/mailbox/http://192.168.18.11/tpl.gb2312/mailbox/{mailurl3}",
                "Snapshot=t9.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=../ckeditor/images/spacer.gif", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply={mailId}", ENDITEM,
                "Url=../ckeditor/config.js?t=ABLC4TW", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply={mailId}", ENDITEM,
                "Url=../js/swfupload.swf?preventswfcaching=1296184299187", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply={mailId}", ENDITEM,
                "Url=../ckeditor/skins/kama/editor.css?t=ABLC4TW", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply={mailId}", ENDITEM,
                "Url=../ckeditor/lang/zh-cn.js?t=ABLC4TW", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply={mailId}", ENDITEM,
                "Url=../ckeditor/skins/kama/images/sprites_ie6.png", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply={mailId}", ENDITEM,
                "Url=../ckeditor/skins/kama/icons.png", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply={mailId}", ENDITEM,
                "Url=../ckeditor/contents.css", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply={mailId}", ENDITEM,
                "Url=../images/XPButtonUploadText_61x22.png", "Referer=http://192.168.18.11/tpl.gb2312/js/swfupload.swf?preventswfcaching=1296184299187", ENDITEM,
                "Url=../ckeditor/plugins/styles/styles/default.js?t=ABLC4TW", "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply=201101270000239924", ENDITEM,
                LAST);

        /* Request with GET method to URL "http://192.168.18.11/js/swfupload.swf?preventswfcaching=1296184299187" failed during recording. Server response : 404*/

        lr_think_time(8);

        web_submit_data("sendmail.jsp",
                "Action=http://192.168.18.11/tpl.gb2312/mailbox/sendmail.jsp",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp?reply={mailId}",
                "Snapshot=t10.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=TO", "Value=测试 {login_id} <test{login_id}@pa18.com>", ENDITEM,
                "Name=CC", "Value=", ENDITEM,
                "Name=BCC", "Value=", ENDITEM,
                "Name=SUBJECT", "Value={send_subject}", ENDITEM,
                "Name=CONTENT", "Value=<p>\r\n\t{send_content}</p>\r\n", ENDITEM,
                "Name=signature", "Value=0", ENDITEM,
                EXTRARES,
                "Url=../images/bar_bg.gif", ENDITEM,
                LAST);

        lr_think_time(4);

        web_url("发邮件",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp",
                "TargetFrame=main",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/freemenu.jsp",
                "Snapshot=t11.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=../js/swfupload.swf?preventswfcaching=1296184319703", ENDITEM,
                LAST);

        /* Request with GET method to URL "http://192.168.18.11/js/swfupload.swf?preventswfcaching=1296184319703" failed during recording. Server response : 404*/

        lr_think_time(10);

        web_submit_data("sendmail.jsp_2",
                "Action=http://192.168.18.11/tpl.gb2312/mailbox/sendmail.jsp",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/mailbox/mail.jsp",
                "Snapshot=t12.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=TO", "Value=test{login_id}@pa18.com", ENDITEM,
                "Name=CC", "Value=", ENDITEM,
                "Name=BCC", "Value=", ENDITEM,
                "Name=SUBJECT", "Value={send_subject}", ENDITEM,
                "Name=CONTENT", "Value=<p>\r\n\t{send_content}</p>\r\n", ENDITEM,
                "Name=signature", "Value=0", ENDITEM,
                LAST);

        web_url("收件箱",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?folder=1",
                "TargetFrame=main",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/freemenu.jsp",
                "Snapshot=t13.inf",
                "Mode=HTML",
                LAST);

        lr_think_time(8);

        web_submit_data("action.jsp",
                "Action=http://192.168.18.11/tpl.gb2312/mailbox/action.jsp",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?folder=1",
                "Snapshot=t14.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=action", "Value=trash", ENDITEM,
                "Name=pagenum", "Value=0", ENDITEM,
                "Name=folder", "Value=1", ENDITEM,
                "Name=new", "Value=true", ENDITEM,
                "Name=MoveTo", "Value=1", ENDITEM,
                "Name=mailid", "Value=201101270000313006", ENDITEM,
                "Name=mailid", "Value=201101270000312852", ENDITEM,
                LAST);

        web_url("msgList.jsp",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?folder=1",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/free.jsp",
                "Snapshot=t15.inf",
                "Mode=HTML",
                LAST);

        web_url("msgList.jsp_2",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?folder=0",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/freemenu.jsp",
                "Snapshot=t16.inf",
                "Mode=HTML",
                LAST);

        lr_think_time(4);

        web_submit_data("action.jsp_2",
                "Action=http://192.168.18.11/tpl.gb2312/mailbox/action.jsp",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?folder=0",
                "Snapshot=t17.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=action", "Value=empty_trash", ENDITEM,
                "Name=pagenum", "Value=0", ENDITEM,
                "Name=folder", "Value=0", ENDITEM,
                "Name=new", "Value=false", ENDITEM,
                "Name=MoveTo", "Value=1", ENDITEM,
                LAST);

        web_url("msgList.jsp_3",
                "URL=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?folder=0",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/free.jsp",
                "Snapshot=t18.inf",
                "Mode=HTML",
                LAST);

        web_url("logout",
                "URL=http://192.168.18.11/webmail/logout",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.18.11/tpl.gb2312/freemenu.jsp",
                "Snapshot=t19.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2011-1-29 11:45:02 | 只看该作者
为什么呢?controller报什么错呢?找不到关联呢?还是超时呢?
回复 支持 反对

使用道具 举报

该用户从未签到

4#
 楼主| 发表于 2011-1-29 13:50:42 | 只看该作者
什么都不报。。。就是这个奇怪。。。show output 里都是空的。。。
回复 支持 反对

使用道具 举报

  • TA的每日心情
    奋斗
    2018-2-28 18:04
  • 签到天数: 40 天

    连续签到: 1 天

    [LV.5]测试团长

    5#
    发表于 2011-1-31 10:36:15 | 只看该作者
    这个。。。。。。。

    估计是你的关联有问题。
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2018-2-28 18:04
  • 签到天数: 40 天

    连续签到: 1 天

    [LV.5]测试团长

    6#
    发表于 2011-1-31 10:38:49 | 只看该作者
    这个地方        web_submit_data("action.jsp",
                    "Action=http://192.168.18.11/tpl.gb2312/mailbox/action.jsp",
                    "Method=POST",
                    "TargetFrame=",
                    "RecContentType=text/html",
                    "Referer=http://192.168.18.11/tpl.gb2312/mailbox/msgList.jsp?folder=1",
                    "Snapshot=t14.inf",
                    "Mode=HTML",
                    ITEMDATA,
                    "Name=action", "Value=trash", ENDITEM,
                    "Name=pagenum", "Value=0", ENDITEM,
                    "Name=folder", "Value=1", ENDITEM,
                    "Name=new", "Value=true", ENDITEM,
                    "Name=MoveTo", "Value=1", ENDITEM,
                    "Name=mailid", "Value=201101270000313006", ENDITEM,
                    "Name=mailid", "Value=201101270000312852", ENDITEM,
                    LAST);


    mailid?
    回复 支持 反对

    使用道具 举报

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

    连续签到: 1 天

    [LV.7]测试师长

    7#
    发表于 2011-1-31 20:19:20 | 只看该作者
    事务没有通过的,就肯定会有出错提示的
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-13 15:05 , Processed in 0.065764 second(s), 28 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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