用于运行分布式 API 测试的工具
我想在虚拟机或物理机上运行 API 测试。
(就像我们对硒网格所做的那样:在集线器上保留测试并在节点上运行它)
是否有一个工具可以处理这个问题?
I want to run API tests on a VM or physical machine.
(as we do with selenium grid: keep tests on hub and run it on node)
Is there a tool that can handle this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以使用jmeter进行分布式测试
或负载测试
https://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.html
You can use jmeter for distributed testing
or load testing
https://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.html
您可以使用 FlowTestAI https://github.com/FlowTestAI/FlowTest
它是开源且完全免费的
You can use FlowTestAI https://github.com/FlowTestAI/FlowTest
It's opensource and completely free