Hello Naveen. I have a token service which I need to run only once and fed to a second service which is the actual service that needs to run multiple threads. So I need the first token service to generate only one token for the entire set of threads. I am not sure how to achieve this.
@@QAInsights I did that already.. But when I use that, it runs as many as the number of threads that are being defined.. if 100 threads, then 100 tokens.. But that's not what I want.. It should run only once, feed that token to 100 threads
@@DesilLifeFlixopolis I suggest you to generate token manually and feed into your threads. or run the generate token in a different thread group, run with 1 thread and 1 iteration.
Hi Naveen, thanks for the details. When I use multiple if conditions in my script only first condition is working and other if conditions are not working please help me on this
GitHub Repo: github.com/QAInsights/Learn-JMeter-Series/tree/master/Season3/If%20Controller
Hello Naveen. I have a token service which I need to run only once and fed to a second service which is the actual service that needs to run multiple threads. So I need the first token service to generate only one token for the entire set of threads. I am not sure how to achieve this.
@@DesilLifeFlixopolis Please use Once Only controller to generate a token.
@@QAInsights I did that already.. But when I use that, it runs as many as the number of threads that are being defined.. if 100 threads, then 100 tokens.. But that's not what I want.. It should run only once, feed that token to 100 threads
@@DesilLifeFlixopolis I suggest you to generate token manually and feed into your threads. or run the generate token in a different thread group, run with 1 thread and 1 iteration.
Thanks... it is helpful
Hi Naveen, thanks for the details.
When I use multiple if conditions in my script only first condition is working and other if conditions are not working please help me on this