JMeter - Pass a variable between multiple thread groups | Using JMeter property with a variable

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Method to pass a variable between multiple thread groups in JMeter
    Share a variable between multiple thread groups in JMeter
    Using same Variable in different thread groups
    JMeter property with a variable
    JMeter set peroperty
    JMeter Passing Variable Value to another Thread Group
    How do I pass a variable from one Thread Group to another in JMeter
    How to pass variables across thread groups in JMeter
    jmeter pass variable between threads
    How to pass a set of values from one Jmeter Thread group to another
    JMeter Pass Variables Between Thread Groups
    How to Use Variables in Different Thread Groups
    Jmeter Passing variables between threads
    How do I pass a variable from one Thread Group to another in JMeter
    JMeter Passing values between Thread Groups
    Notes :
    Beanshell Assertion
    ${__setProperty(var, ${var})};
    Use as a variable
    ${__property(var)}
    -------------------------------------------------------------------------------------------------
    Background Music :
    Audio Library
    Lights Sappheiros (No Copyright Music)
    • Lights - Sappheiros (N...

КОМЕНТАРІ • 9

  • @anjideegoda2900
    @anjideegoda2900 2 роки тому

    Thanks for the tutorial. works like a charm

  • @KeshavSharmaClasses
    @KeshavSharmaClasses 2 роки тому +1

    Can you please make video on NFR gathering

  • @varshagowda5606
    @varshagowda5606 7 місяців тому

    Hi,
    How can we achieve this in meter?
    Login -> once
    Perform the following transactions in parallel 10 times:
    Launch working set Manager GUI
    Create new working set
    Save
    After all these steps are completed, logout -> once
    Note: I want each set of transactions (launch working set, create new working set, save) to be executed in order,
    but each set should run 10 times in parallel.

  • @kahmed2222
    @kahmed2222 2 роки тому

    using the same example, with JMeter 5.4.1 I was able to use ${var} in a different ThreadGroup. Could this be that we have to use BeanShell Assertion on the Older version of JMeter?

    • @LinuXamination
      @LinuXamination  2 роки тому

      I haven't tried on newer version yet, I always used bean shell assertion for this task on older versions. Great... keep learning new things...

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

    I have tried the variable to pass but it shows error but in request body it shows the correct url. Please reply?
    What is the issue?

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

      You can follow the method shown in the video with google.com, if it works it means you are not configuring for your web application correctly.