Home > Net >  Tools for running distributed API Tests
Tools for running distributed API Tests

Time:03-16

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.

CodePudding user response:

You can use jmeter for distributed testing or load testing https://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.html

  • Related