Loadrunner:LR提交JSON格式的POST请求

Posted channy14

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Loadrunner:LR提交JSON格式的POST请求相关的知识,希望对你有一定的参考价值。

场景:

影视分发:影院客户端向管理平台发起取任务的操作,取任务接口getDispatchTask,为JSON格式的POST请求

 

 1 Action()
 2 {
 3      web_custom_request("getdispatch",
 4         "URL=http://rct.chinanetcenter.com:60009/rctItfAgent/dispatch/getDispatchTask",     //请求的目的地址
 5         "Method=POST",      //POST请求
 6         "Resource=0",
 7         "Referer=",
 8         "mode=HTTP",
 9         "EncType=application/json",  //返回JSON格式
10         "Body={\"hcode\":\"RCT_DISPATCH1464498178829230207\"}",         //提交的JSON请求
11     LAST);
12 return 0;
13 }

 

以上是关于Loadrunner:LR提交JSON格式的POST请求的主要内容,如果未能解决你的问题,请参考以下文章

loadrunner函数--lr_save_datetime

Loadrunner的一些函数

loadrunner

LoadRunner

LoadRunner内部结构

loadrunner函数--lr_eval_string