S3E7 Learn JMeter Series - If Controller

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • This video features #If #Controller in #JMeter.
    GitHub Repo: github.com/QAI...
    ➡️ Join QAInsights Community at qain.si/community
    ➡️ Buy me a tea 🍵 www.buymeacoff...
    ➡️ Get Certified in CKAD qain.si/startk8s
    ➡️ Get Certified in CKA qain.si/cka
    ➡️ My preferred DNS is NextDNS qain.si/nextdns
    ➡️ Learn Linux qain.si/linux
    ➡️ Get performance testing jobs real quick using Indeed → goo.gl/XAfCcE
    ➡️ Hostinger Web Hosting → goo.gl/MfwDyU
    ➡️ My Productivity Tools → goo.gl/2DfC5d
    ➡️ App Sumo for your business → goo.gl/zj92SA
    ➡️ Amazon → amzn.to/2L0Jv2n
    ➡️ TubeBuddy → www.tubebuddy....
    ➡️ LoadRunner Playlist • Learn LoadRunner Series
    ➡️ My first Udemy course entitled `Performance Testing using DevWeb` has been published.
    ➡️ qain.si/devweb
    ➡️ Subscribe at my blog qainsights.com

КОМЕНТАРІ • 7

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

    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