0
votes

I want to use HTTP request with timer.

Thread Group Config enter image description here

CSV Data Set Config enter image description here

HTTP Request work without timer. When I add a Constant Timer everything works but Constant Timer doesn't with delay time. I set Thread Delay 5000. How can I solve this problem?

1

1 Answers

0
votes

By default JMeter does NOT include the time, taken by PreProcessors, PostProcessors and Timers into Sample Result so you will not be able to see it anywhere unless you put your request under Transaction Controller and tick both boxes, to wit:

  • Generate parent sample
  • Include duration of timer and pre-post processors in generated sample

JMeter Duration of timers, pre post processors transaction controller

Once done you should see that your sampler duration should be increased by the amount of time you specify in the Constant Timer