You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Bob <b....@gmail.com> on 2015/03/26 05:12:30 UTC

Isolate User Defined Variables

Hi,

Is it possible to isolate "User Defined Variables"? I put "User Defined
Variables" inside If Controller but when I run tests it's anyway
evaluating variables inside.

Test Plan structure:

Thread group:
      - If Controller:
          - User Defined Variables
      - If Controller:
          - User Defined Variables
      - If Controller:
          - User Defined Variables

I have duplicating variables inside "User Defined Variables" and if I
run first If Controller it's running with the last "User Defined
Variables"'s variables. I can replace "User Defined Variables" with
"User Parameters" but I think anyway it won't work because there is only
one thread group. Any solution?


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: Isolate User Defined Variables

Posted by sebb <se...@gmail.com>.
On 26 March 2015 at 04:12, Bob <b....@gmail.com> wrote:
> Hi,
>
> Is it possible to isolate "User Defined Variables"? I put "User Defined
> Variables" inside If Controller but when I run tests it's anyway
> evaluating variables inside.
>
> Test Plan structure:
>
> Thread group:
>      - If Controller:
>          - User Defined Variables
>      - If Controller:
>          - User Defined Variables
>      - If Controller:
>          - User Defined Variables
>
> I have duplicating variables inside "User Defined Variables" and if I
> run first If Controller it's running with the last "User Defined
> Variables"'s variables. I can replace "User Defined Variables" with
> "User Parameters" but I think anyway it won't work because there is only
> one thread group. Any solution?

No.

Variables are stored in thread data.

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org