S3E7 Learn JMeter Series - If Controller

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 7

  • @QAInsights
    @QAInsights  4 роки тому +1

    GitHub Repo: github.com/QAInsights/Learn-JMeter-Series/tree/master/Season3/If%20Controller

    • @DesilLifeFlixopolis
      @DesilLifeFlixopolis 3 роки тому

      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
      @QAInsights  3 роки тому

      @@DesilLifeFlixopolis Please use Once Only controller to generate a token.

    • @DesilLifeFlixopolis
      @DesilLifeFlixopolis 3 роки тому

      @@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

    • @QAInsights
      @QAInsights  3 роки тому

      @@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.

  • @prasadmedisetti182
    @prasadmedisetti182 Рік тому

    Thanks... it is helpful

  • @udaykumar-mu5cu
    @udaykumar-mu5cu 3 роки тому

    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