Jmeter Json POST请求失败

时间:2017-11-08 20:50:41

标签: json jmeter http-post

在Jmeter中提交一个包含Json字符串的POST请求时,事务失败并显示以下消息和HTTP 500错误 -

`{"Message":"There was an error processing the request.","StackTrace":"","ExceptionType":""}`

有人可以告诉我这里做错了吗?

以下是失败样本(REQ_2_1)请求正文的样子 -

Screenshot: Script

Screenshot: Header for the POST request

Json request Body - 1 of 2

Json request Body - 2 of 2

1 个答案:

答案 0 :(得分:0)

您的JSON正文错误并且破坏了JSON请求:

enter image description here

应该是:

  

" jsonString":" $ {MyJSONString}"