Can JMeter mock HTTP request

The easiest option would be going for i.e. WireMock which is extremely powerful and flexible. You can integrate it with JMeter by adding WireMock jar (along with dependencies) to JMeter Classpath and running the WireMockServer from the JSR223 Test Elements using Groovy language. If you’re not too comfortable with Groovy you can run WireMock as … Read more

Response time is high in JMeter

If single request takes around 5 seconds it is quite expected that 100 requests take 500 seconds if you run them sequentially. If you run them in parallel – consider the following troubleshooting tecnhiques Run your test with 1-2 virtual users / iterations with View Results Tree listener enabled to ensure that it is doing … Read more