In my JMeter script, there are 2 thread group in single test plan , I want to execute the script using distributed testing mode i.e. master slave configuration.
However, when I am trying to execute multiple thread groups parallelly in single test plan using master slave configuration then only one thread is running. Also, have unchecked the option "Run Thread Groups consecutively (i.e. one at a time)" of test plan.
Similarly, when executing the script without master slave configuration in normal mode, then multiple thread group are running parallelly properly.
Any help much appreciated.