gkdj888 发表于 2014-12-16 12:19:43

求助 LoadRunner 发送JSON格式的请求 模板

LoadRunner 发送JSON格式的请求 有没有模板 谁发一个 我学习下

用web_submit_data 还是 web_custom_request

谢谢

joe45 发表于 2014-12-18 08:59:08

拼接 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);
页: [1]
查看完整版本: 求助 LoadRunner 发送JSON格式的请求 模板