Sebb,

sebb wrote:
Which version of JMeter are you using?
2.2

The order of the Post-Processors was reversed in versions before 2.3RC3
Bingo. Well that explains it. So - its not just me. Thanks!!! I'll install 2.3 RC3.

Thanks Again,

--Nikolaos

P.S. The Global variable question I asked in a separate thread is a show stopper right now....


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]





--
Nikolaos Giannopoulos
Director, BrightMinds Software Inc.
e. [EMAIL PROTECTED]
w. www.brightminds.org
t. 1.613.822.1700
f. 1.613.822.1915
c. 1.613.797.0036


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to