apitools

jmeter-dashboard-apiquality

How to create load tests for APIs using jmeter

What are stress tests? Stress tests are performance tests that you can execute on your API. It’s important to understand that APIs are stateless, so you can consider ‘users’ differently from normal stress tests that involve application sessions. In REST APIs, there are theoretically infinite users, because the capacity depends on the number of requests,

How to create load tests for APIs using jmeter Read More »