51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1612|回复: 3
打印 上一主题 下一主题

[原创] 迭代问题:如迭代二次,第一次可以,第二次不行.

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2009-11-18 10:15:07 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
迭代问题:如迭代二次,第一次可以,第二次不行.迭代四次,第一三次可以,二四次不行.就是奇数可以,偶数不行.

我的登录系统和退出系统写在INIT 和 END脚本里面,只对ACTION里面的内容进行迭代.
我有把运行时设置里面的:simulate a new user on each iteration这个选项屏蔽掉.

我的ACTION里面的动作是一个查询,对查询内容进行参数化,对查询结果进行查看时,有做关联设置.
现在报错信息为:
Action.c(16): Error -26377: No match found for the requested parameter "selectId". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size          [MsgId: MERR-26377]
Action.c(16): Notify: Saving Parameter "selectId = "
Action.c(16): web_submit_data("Querycondition.jsf") highest severity level was "ERROR", 32283 body bytes, 2195 header bytes, 180 chunking overhead bytes          [MsgId: MMSG-26387]
A

ACTION内容为:

#include "web_api.h"


Action()
{

        lr_start_transaction("客户经理_查询");
        web_reg_save_param("selectId",
                "LB=<input type=\"radio\" name=\"managerSelect\" value=\"",
                "RB=\" />",
                "Ord=1",
                "RelFrameId=1",
                "Search=Body",
                LAST);

        web_submit_data("Querycondition.jsf",
                "Action=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Querycondition.jsf",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://clpm.ccb.com:2222/clpmapp/myjob.jsf",
                "Snapshot=t6.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=body:queryform:customerName", "Value={customerName}", ENDITEM,
                "Name=body:queryform:_id31", "Value=210", ENDITEM,
                "Name=body:queryform:certificateNumber", "Value=", ENDITEM,
                "Name=body:queryform:customerNumber", "Value=", ENDITEM,
                "Name=body:queryform:_id38", "Value=确 认", ENDITEM,
                "Name=body:queryform_SUBMIT", "Value=1", ENDITEM,
                "Name=autoScroll", "Value=", ENDITEM,
                "Name=body:queryform:_link_hidden_", "Value=", ENDITEM,
                EXTRARES,
                "URL=/clpmapp/images/menubg2.gif", ENDITEM,
                "URL=/clpmapp/images/help.gif", ENDITEM,
                "URL=/clpmapp/images/bottom.gif", ENDITEM,
                "URL=/clpmapp/images/copyright_bg.jpg", ENDITEM,
                "URL=/clpmapp/images/sor_header.jpg", ENDITEM,
                "URL=/clpmapp/images/loadingdata.gif", ENDITEM,
                LAST);
        lr_end_transaction("客户经理_查询", LR_AUTO);

        lr_think_time(2);

        lr_start_transaction("客户经理_查看");

        web_submit_data("Customerinfolist.jsf",
                "Action=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Customerinfolist.jsf",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Querycondition.jsf",
                "Snapshot=t7.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=managerSelect", "Value={selectId}", ENDITEM,
                "Name=body:creationForm:_id55", "Value=查 看", ENDITEM,
                "Name=body:creationForm_SUBMIT", "Value=1", ENDITEM,
                "Name=autoScroll", "Value=", ENDITEM,
                "Name=body:creationForm:_link_hidden_", "Value=", ENDITEM,
                LAST);


        web_url("CustomerInfo_klkoi.jsf",
                "URL=http://clpm.ccb.com:2222/clpmapp/customer/customerbaseinfo/CustomerInfo_Corporation2.jsf?",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t8.inf",
                "Mode=HTML",
                EXTRARES,
                "URL=/clpmapp/images/loadingdata.gif", "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customerbaseinfo/CustomerInfo_Corporation2.jsf?1258445427042", ENDITEM,
                "URL=/clpmapp/images/bottom.gif", "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customerbaseinfo/CustomerInfo_Corporation2.jsf?1258445427042", ENDITEM,
                LAST);
        web_find("web_find",
                "What=客户编号",
                LAST);


        lr_end_transaction("客户经理_查看", LR_AUTO);

        lr_think_time(2);


        web_url("Customerinfolist.jsf_2",
                "URL=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Customerinfolist.jsf?",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Querycondition.jsf",
                "Snapshot=t9.inf",
                "Mode=HTML",
                EXTRARES,
                "URL=/clpmapp/images/menubg2.gif", "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Customerinfolist.jsf?1258445395802", ENDITEM,
                "URL=/clpmapp/images/help.gif", "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Customerinfolist.jsf?1258445395802", ENDITEM,
                "URL=/clpmapp/images/bottom.gif", "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Customerinfolist.jsf?1258445395802", ENDITEM,
                "URL=/clpmapp/images/copyright_bg.jpg", "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Customerinfolist.jsf?1258445395802", ENDITEM,
                "URL=/clpmapp/images/sor_header.jpg", "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Customerinfolist.jsf?1258445395802", ENDITEM,
                "URL=/clpmapp/images/loadingdata.gif", "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Customerinfolist.jsf?1258445395802", ENDITEM,
                LAST);

        lr_think_time( 4 );


        lr_start_transaction("客户经理_我的工作");

        web_submit_data("Customerinfolist.jsf_3",
                "Action=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Customerinfolist.jsf",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://clpm.ccb.com:2222/clpmapp/customer/customercreation/Customerinfolist.jsf?1258503960633",
                "Snapshot=t17.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=autoScroll", "Value=0,0", ENDITEM,
                "Name=jscook_action", "Value=", ENDITEM,
                "Name=linkDummyForm:_link_hidden_", "Value=header:_id14", ENDITEM,
                EXTRARES,
                "Url=/clpmapp/images/menubg2.gif", ENDITEM,
                "Url=/clpmapp/images/help.gif", ENDITEM,
                "Url=/clpmapp/images/sor_header.jpg", ENDITEM,
                "Url=/clpmapp/images/copyright_bg.jpg", ENDITEM,
                LAST);


        lr_end_transaction("客户经理_我的工作", LR_AUTO);

        lr_think_time(1);


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

使用道具 举报

该用户从未签到

2#
发表于 2009-11-18 14:49:33 | 只看该作者
"Name=managerSelect", "Value={selectId}", ENDITEM,
这个不用关联吧,用参数化应该就可以了。。。
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2009-11-18 14:51:06 | 只看该作者
one day world
回复 支持 反对

使用道具 举报

该用户从未签到

4#
 楼主| 发表于 2009-11-18 15:10:53 | 只看该作者
原帖由 海盗 于 2009-11-18 14:49 发表
"Name=managerSelect", "Value={selectId}", ENDITEM,
这个不用关联吧,用参数化应该就可以了。。。



我现在只是举例查询的内容为:test
实际上,这个test是要做参数化的。。现在只是为了调试,设置成定值。
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-11-15 01:40 , Processed in 0.080654 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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