如何使用JMeter对WebHttpBinding执行WCF服务的负载测试

时间:2016-05-18 06:20:09

标签: wcf testing jmeter webhttpbinding

我是JMeter的新手。我想测试使用WebHttpBinding的WCF服务。我已经阅读了文档,但在我的案例中没有任何帮助。你能建议怎么做吗?

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

  1. 您最有可能需要添加至少HTTP Header Manager并将其配置为发送Content-Type标头,其值为application/json

  2. 您可以使用View Results Tree监听器来检查请求和响应详细信息 - 这样您就可以获得更多故障排除信息。

  3. 在使用JSON数据时,请注意JSON Path ExtractorJSON Path Assertion非常方便。

  4. 有关使用JMeter进行Web服务负载测试的更多详细信息,请参阅Testing SOAP/REST Web Services Using JMeter文章。