0

I am using JMeter for API Testing. Using HTTP Request and Beanshell I am able to achieve this.

There are times where the Services are down for a weeks time.

Since I the have the Request and Response with me, I would like to implement Service Virtualization using JMeter.

Even when the Services are down, I should be able to continue my testing.

Can I achieve Service Virtualization in JMeter? If yes, can I request you to let me know the steps please.

4

2 回答 2

2

不,你不能。

我建议您查看允许您进行服务虚拟化的API 模拟工具。然后,您可以使用 JMeter 运行测试并使用 API 模拟工具来模拟依赖项。

于 2017-12-18T16:31:25.067 回答
1

JMeter 不做服务虚拟化,但您可以在录制中使用 JMeter,请参阅文章

您可以使用 tcpreplay 和 JMeter 代理将传入流量导入 JMeter。使用 JMeter 在您的性能环境中运行测试套件,并使用虚拟服务将自己与其他依赖项解耦。为了安全起见,请每周重复录制过程。根据您正在使用的系统的具体情况,这可能被证明非常容易或非常难以实现。

于 2017-09-28T07:35:33.123 回答