51Testing软件测试论坛

标题: 求助 LoadRunner 发送JSON格式的请求 模板 [打印本页]

作者: gkdj888    时间: 2014-12-16 12:19
标题: 求助 LoadRunner 发送JSON格式的请求 模板
LoadRunner 发送JSON格式的请求 有没有模板 谁发一个 我学习下

用web_submit_data 还是 web_custom_request

谢谢
作者: joe45    时间: 2014-12-18 08:59
拼接 body

web_custom_request("issueFeedImg.html",
  "URL=http://url/weiboMessage.html?nonce=441260430&signature=ffe81835e8645fa0c9b45064876f71a42&timestamp=1411530232626",
  "Method=POST",
  "RecContentType=application/json; charset=utf-8",
  "Mode=HTML",
  "EncType=text/xml;charset=utf-8",
  "Body={\"type\":\"mention\",\"receiver_id\":3039961617,\"sender_id\":1751484915,\"created_at\":\"Wed Sep 24 11:43:52 +0800 2014\",\"text\":\"hehe@qinbaowang#huodong1#\",\"data\":{\"subtype\":\"status\",\"key\":3758292549040376}}",
        LAST);




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2