'Tools for running distributed API Tests
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 ?
Thanks.
Solution 1:[1]
You can use jmeter for distributed testing or load testing https://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.html
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | gftea |
