3

I was not able to figure out how to make JMeter wait for HTTP Response from Web Service.
I added If Controller with ${JMeterThread.last_sample_ok} option, but unfortunately it doesn't work.
Anyone can help me ?

Aliaksandr Belik
  • 12,725
  • 6
  • 64
  • 90
Lukasz Ciesluk
  • 718
  • 1
  • 17
  • 29

2 Answers2

4

I agree with Oliver response.

But maybe your question is too vague and what you are trying to do is wait for some response following an intermediate "loading page", in this case answer would be something like this:

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116
2

JMeter waits for a HTTP response by default.

If you're using the HTTP Sampler then you can view the response for each request using the View Results Listener. You can also set the timeout for requests in the sampler itself or by using the HTTP Defaults Control.

Oliver Lloyd
  • 4,936
  • 7
  • 33
  • 55