Home > Mobile >  How to test server performance
How to test server performance

Time:10-05

How can I test server performance to be exact an API?

Let's say this API: https://test.com/new_task. It's a enter image description here

  • enter image description here

  • Run your request (or collection) in Postman

  • JMeter will capture the request(s) and create relevant HTTP Request sampler and HTTP Header Manager

  • Once done you can Load Testing in SoapUI

    In SoapUI 5.6 I was able to use hundreds of threads. If you need more (500 , thousands or more) your computer's performance might be the limit. In that case JMeter could be a good option.

    More on load testing is in SoapUI documentation.

    • Related