0
votes

This is my Test plan:

Test Plan
   |- Thread Group A
   |     |- Login
   |     |- HTTP request1
   |     |- HTTP request2
   |     |- ForEach Controller
   |        |- HTTP request3
   |        |- HTTP request4
   |        |- ForEach Controller 
   |           |- HTTP request5 

When I run it, JMeter execute only Login and HTTP request1

In the view results tree :

enter image description here

1
Do you have errors in log? Did you set Duration in Thread Group? - user7294900
No I did not set any duration in my thread, and both log4j2 file and jmeter.properties doesn't contain any error - Patricia
Check jmeter.log for errors - user7294900
There is nothing in log :( - Patricia

1 Answers

0
votes

Any chance you have Successes box ticked in the View Results Tree listener?

enter image description here

If yes, it might be the case your HTTP Request 2 sampler fails and doesn't produce anything for the ForEach Controller.

  1. Try unticking Successes box
  2. Inspect jmeter.log file (lives in "bin" folder of your JMeter installation) for any suspicious entries
  3. Run your test in command-line non-GUI mode and check .jtl results file - it should have all Sample Results included