51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3274|回复: 2
打印 上一主题 下一主题

[原创] mercury tours中删除订单使用web_custom_request的问题

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2007-10-16 18:12:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我参照大大们的使用web_custom_request来代替web_submit_form时,报错,哪位能帮忙看一下是哪里的问题

#include "web_api.h"


Action()
{
        char reqlist[500];       

        //correlate the flightID
        web_reg_save_param("flightID1","LB=NAME=\"flightID\" VALUE=\"","RB=\">","ORD=1",LAST);
        web_reg_save_param("flightID2","LB=NAME=\"flightID\" VALUE=\"","RB=\">","ORD=2",LAST);

        web_url("welcome.pl",
                "URL=http://localhost:1080/MercuryWebTours/welcome.pl?page=itinerary",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://localhost:1080/MercuryWebTours/nav.pl?page=menu&in=home",
                "Snapshot=t5.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=images/flights.gif", "Referer=http://localhost:1080/MercuryWebTours/nav.pl?page=menu&in=itinerary", ENDITEM,
                "Url=images/splash_itinerary.gif", "Referer=http://localhost:1080/MercuryWebTours/itinerary.pl", ENDITEM,
                LAST);

        strcpy(reqlist,"1=on&flightID=");
        strcat(reqlist,lr_eval_string("{flightID1}"));
        strcat(reqlist,"&2=on&flightID=");
        strcat(reqlist,lr_eval_string("{flightID2}"));
        strcat(reqlist,"&.cgifields=1&.cgifields=2&remov");
        strcat(reqlist,"eFlights.x=187&removeFlights.y=16");
       
        lr_output_message(reqlist);       

        //add web_custom_request instead of web_submit_form
        web_custom_request("itinerary.pl",
                "Method=POST",
                "URL=http://localhost:1080/MercuryWebTours/itinerary.pl",
                "RecContentType=text/html",
                reqlist,
                "Snapshot=t6.inf",
                LAST);

        lr_think_time( 5 );
/*
        web_submit_form("itinerary.pl",
                "Snapshot=t6.inf",
                ITEMDATA,
                "Name=1", "Value=on", ENDITEM,
                "Name=2", "Value=on", ENDITEM,
                "Name=removeFlights.x", "Value=187", ENDITEM,
                "Name=removeFlights.y", "Value=16", ENDITEM,
                LAST);
*/
        return 0;
}



运行时提示错误信息为:
Action.c(25): Notify: Parameter Substitution: parameter "flightID1" =  "180709718-800-jd"
Action.c(27): Notify: Parameter Substitution: parameter "flightID2" =  "263831947-1583-jd"
Action.c(31): 1=on&flightID=180709718-800-jd&2=on&flightID=263831947-1583-jd&.cgifields=1&.cgifields=2&removeFlights.x=187&removeFlights.y=16
Action.c(34): Error -27226: The "1=on&flightID=180709718-800-jd&2=on&flightID=263831947-1583-jd&.cgifields=1&.cgifields=2&removeFlights.x=187&removeFlights.y=16" argument (number 5) is unrecognized or misplaced          [MsgId: MERR-27226]
Action.c(34): web_custom_request("itinerary.pl") highest severity level was "ERROR", 0 body bytes, 0 header bytes          [MsgId: MMSG-26388]
Ending action Action.
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2007-10-17 16:22:18 | 只看该作者
up
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2009-7-8 15:12:11 | 只看该作者
argument (number 5) is unrecognized or misplaced          参数名写错了吧
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-11-9 05:00 , Processed in 0.069640 second(s), 28 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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