Which version of JMeter are you using?
The order of the Post-Processors was reversed in versions before 2.3RC3
On 20/09/2007, Nikolaos Giannopoulos <[EMAIL PROTECTED]> wrote:
> Sebb,
>
> Here is an interesting finding that perhaps someone can explain.
>
> If I have the following plan:
>
> Test Plan
> --> ThreadGroupA
> --> <Configs>
> --> HTTP Request 1
> --> HTTP Request 2
> --> HTTP Request 3
> --> Portal Instance RE
> --> Portal Instance Bean Shell (Post)
> --> Response Assertion A
>
> and in the Bean Shell script I have:
>
> print(vars.get("portal"));
>
> I get the following at the console:
> null
>
> But if I move the Bean Shell Post-Processor to outside the child (HTTP
> Request 3) i.e. as:
>
> Test Plan
> --> ThreadGroupA
> --> <Configs>
> --> HTTP Request 1
> --> HTTP Request 2
> --> HTTP Request 3
> --> Portal Instance RE
> --> Response Assertion A
> --> Portal Instance Bean Shell (Post)
>
> I get the following at the console:
> null
> null
> 81
>
> I understand why things are working the way they are in the latter case
> but can't see the logic of why the former case (which I would prefer
> isn't working because the RE and processing only applies to HTTP Request 3).
>
> I imagine I am doing something that is clearly wrong in the former case....
>
> Thanks Again,
>
> --Nikolaos
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]