1

I want to test the performance of my backend REST API application written with Spring Boot under high requests.

How can I perform this process?
Which tools should I use and what should I do step by step?
What are the best practices for performance tests and how should I analyse the results?

2
  • this question is not full. Where are the details of your API? Is it REST or something else? For performance, you could play and write logic in Java. However, it is quite tricky to make the load stable per second. Or use specific tools like JMeter or Gatling.
    – catch23
    Commented Jun 1 at 21:22
  • My API is a RestAPI. @catch23
    – scofield1
    Commented Jun 2 at 8:41

1 Answer 1

1

For testing REST API I will suggest starting with JMeter.

It will be the fastest way of checking performance.

Useful sources:

0

Not the answer you're looking for? Browse other questions tagged or ask your own question.