Jmeter not navigating to next controller

177 views Asked by At

I am doing a performance testing in Jmeter I have added the controller and request, but my problem is when I run the script the requests are not automatically/manually navigating to the next controller

Scripts here

Script results here

I my case the scripts jmeter_login_and_view_dashboard running without any issues but is not navigation to next controller login checker or actions per login

I don't know what I am missing

Thanks in advance

1

There are 1 answers

0
Dmitri T On

We don't know as well because your screenshots don't tell the full story.

I can think of the following reasons:

  1. You have Flow Control Action sampler somewhere which stops the test
  2. An error occurs you have Thread Group configured to stop the test in case of error
  3. There is an If Controller and the condition is not met
  4. The controller is using a CSV Data Set Config and the CSV file is not present

So take a look at jmeter.log file, normally it should provide at least a clue regarding what went wrong.