在jmeter中将json对象转换为对象

时间:2016-11-10 11:42:12

标签: json jmeter

我有一个消耗JSON对象的POST API。我需要将JSON作为主体数据传递给API。 JSON对象到目标类对象的转换失败。我们是否必须指定任何其他参数?

enter image description here

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

您必须使用@tailrecvoid MyMethod() { MyMethod(); } 标头指定为Content-Type(将其作为子项添加到POST请求的HTTP采样器中),以便JMeter发送POST请求告诉服务器主体包含使用标题的JSON。