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]