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