'Jmeter not navigating to next controller
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
Solution 1:[1]
We don't know as well because your screenshots don't tell the full story.
I can think of the following reasons:
- You have Flow Control Action sampler somewhere which stops the test
- An error occurs you have Thread Group configured to stop the test in case of error
- There is an If Controller and the condition is not met
- 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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dmitri T |
