Search code examples
javajmeterjmx

How to test Java App without APIs in JMeter


Is it possible to test simple Java app with few classes without any endpoint in JMeter?

Thanks!


Solution

  • That is not possible with JMeter, if you want to run performance test on the jvm then Java Microbenchmark Harness (JMH) is the better choice.