I want to perform load testing of Single Page Application. So i have created JMeter script for that and it is working fine from my single machine for concurrent users. But i want to create actual concurrent users scenario from different machine or location. For that reason i am trying to use Azure Load Testing service and there want to use JMeter script which i have created on my local machine.
Please let me know if Azure Load testing service support below points : -
- Is it possible to test performance of API call which are going to other servers (non Azure).
- Is it possible to track performance report like JMeter for each API call individually.
Please let me know if any clue on above problems.
Thanks