51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3292|回复: 7
打印 上一主题 下一主题

[求助] 帮忙看个问题

[复制链接]
  • TA的每日心情
    郁闷
    2015-11-13 09:43
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    跳转到指定楼层
    1#
    发表于 2015-11-11 15:46:21 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    Action()
    {
            //int status;
    lr_start_transaction("获取设备数据");

    web_reg_save_param("retCode2",               
                               "LB={\"code\":\"",         
                               "RB=\",",               
                               "NotFound=WARNING",       
                                    LAST);

    web_add_header("systoken" ,"dacd8d83fd603d8adca4ae5bbc1a3a3a");

    web_submit_data("QueryDeviceData",
              "Action=http://10.36.16.58:8080/iot/service/QueryDeviceData",
                                                     "Method=POST",
                                                       "Mode=HTTP",

             ITEMDATA,
                     
                            "Name=deviceCode","Value=52631249",ENDITEM,
                            "Name=sampleValue","Value=0",ENDITEM,
                            "Name=startTime","Value=2015-11-03 08:00:00",ENDITEM,
                            "Name=endTime","Value=2015-11-11 15:24:00",ENDITEM,

                                     
                                     LAST);

                                      if (atoi(lr_eval_string("{retCode2}"))==0)

                                                              {       
                                                              lr_output_message("Successfull, code is:%s", lr_eval_string("{retCode2}"));       
                                                      
                                  lr_end_transaction("获取设备数据", LR_PASS);

                                                              }

                                                      else{       
                                                              lr_error_message("Failed, code is:%s", lr_eval_string("{retCode2}"));       
                               
                                  lr_end_transaction("获取设备数据", LR_FAIL);


                                                         }
    return 0;
    }

    ************结果*************
    Action.c(14):     \r\n
    Action.c(14): t=1245ms: 1051-byte response body for "http://10.36.16.58:8080/iot/service/QueryDeviceData" (RelFrameId=1, Internal ID=1)
    Action.c(14):     <html><head><title>Apache Tomcat/6.0.18 - Error report</title><style><!--H1 {font-family:T
    Action.c(14):     ahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-fami
    Action.c(14):     ly:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-
    Action.c(14):     family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY
    Action.c(14):     {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:T
    Action.c(14):     ahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,
    Action.c(14):     sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color :
    Action.c(14):     black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 415 - </h1><HR size="
    Action.c(14):     1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>de
    Action.c(14):     scription</b> <u>The server refused this request because the request entity is in a format
    Action.c(14):      not supported by the requested resource for the requested method ().</u></p><HR size="1"
    Action.c(14):     noshade="noshade"><h3>Apache Tomcat/6.0.18</h3></body></html>
    Action.c(14): Error -26616: HTTP Status-Code=415 (Unsupported Media Type) for "http://10.36.16.58:8080/iot/service/QueryDeviceData"          [MsgId: MERR-26616]
    Action.c(14): Warning -26377: No match found for the requested parameter "retCode2". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size          [MsgId: MWAR-26377]
    Action.c(14): web_submit_data("QueryDeviceData") highest severity level was "ERROR", 1051 body bytes, 164 header bytes          [MsgId: MMSG-26388]
    Action.c(14): Notify: Transaction "获取设备数据" ended with "Fail" status (Duration: 1.3677 Wasted Time: 1.1597).
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    郁闷
    2015-11-13 09:43
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    2#
     楼主| 发表于 2015-11-12 10:26:57 | 只看该作者
    用web_sumbit_data结果出现错误,而用web_custom_request函数就能通过,why?
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2 小时前
  • 签到天数: 2819 天

    连续签到: 1 天

    [LV.Master]测试大本营

    3#
    发表于 2015-11-12 14:23:09 | 只看该作者
    Error -26616: HTTP Status-Code=415 (Unsupported Media Type) for "http://10.36.16.58:8080/iot/service/QueryDeviceData"   
    查看一下服务端设置的编码是什么,在loadrunner中设置一下EncType试试

    评分

    参与人数 1测试积点 +10 收起 理由
    lsekfe + 10 恭喜你获得测试积点10

    查看全部评分

    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    郁闷
    2015-11-13 09:43
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    4#
     楼主| 发表于 2015-11-12 16:29:13 | 只看该作者
    jingzizx 发表于 2015-11-12 14:23
    Error -26616: HTTP Status-Code=415 (Unsupported Media Type) for "http://10.36.16.58:8080/iot/service ...

            我设置 "EncType=application/json;charset=UTF-8",
    结果显示:Action.c(15): Error -27213: Unsupported value for the "EncType" argument (number 4)          [MsgId: MERR-27213]
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    郁闷
    2015-11-13 09:43
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    5#
     楼主| 发表于 2015-11-13 09:31:25 | 只看该作者
    jingzizx 发表于 2015-11-12 14:23
    Error -26616: HTTP Status-Code=415 (Unsupported Media Type) for "http://10.36.16.58:8080/iot/service ...

    这是别人用web_custom_request函数写的,用web_sumbit_data函数该怎么写,我自己写总报错!高手帮忙看下,多谢了!
    ****************************************
    lr_start_transaction("获取设备数据");

                    web_reg_save_param("retCode2",               
                                              "LB={\"code\":\"",         
                                              "RB=\",",               
                                              "NotFound=WARNING",       
                                               LAST);

                    web_add_header("systoken" ,"7010ae269ae86ecdaa34ca3085813524");

                    web_custom_request("SyncDevices",
                                                       "URL= http://10.36.16.58:8080/iot/service/QueryDeviceData",               
                                                       "Method=POST",       
                                                       "EncType=application/json; charset=UTF-8",  
                                                       "Resource=0",               
                                                       "Mode=HTTP",       
                                                       "RecContentType=application/json",       
                               "Body={\"deviceCode\": \"52631249\", \"sampleValue\": 0,\"startTime\": \"2015-11-03 20:25:15\", \"endTime\": \"2015-11-03 20:25:33\"}"
                                                                LAST);

                                      if (atoi(lr_eval_string("{retCode2}"))==0)

                                                              {       
                                                              lr_output_message("Successfull, code is:%s", lr_eval_string("{retCode2}"));       
                                                      
                                  lr_end_transaction("获取设备数据", LR_PASS);

                                                              }

                                                      else{       
                                                              lr_error_message("Failed, code is:%s", lr_eval_string("{retCode2}"));       
                               
                                  lr_end_transaction("获取设备数据", LR_FAIL);


                                                         }
                                                       return 0;
                                                       }
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-25 10:03 , Processed in 0.072369 second(s), 30 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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