Re: Need an advice on how to share https session between test plans

2008-11-13 Thread sebb
On 13/11/2008, Fitzpatrick, Adrian <[EMAIL PROTECTED]> wrote: > > Hi, > > Ive taken a look at this and I think I see what your issue is - its actually > do to with the way you are using the Include controller (incorrectly, im > afraid!!) > > See - > http://jakarta.apache.org/jmeter/usermanual

RE: Need an advice on how to share https session between test plans

2008-11-13 Thread IvanIC
Hi Adrian! Thanks a lot!!! I repeated the steps you did and everything works fine! Now I can move further... Best regards, Ivan. AdrianF wrote: > > > Hi, > > Ive taken a look at this and I think I see what your issue is - its > actually > do to with the way you are using the Include control

RE: Need an advice on how to share https session between test plans

2008-11-13 Thread Fitzpatrick, Adrian
Hi, Ive taken a look at this and I think I see what your issue is - its actually do to with the way you are using the Include controller (incorrectly, im afraid!!) See - http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Include_ Controller The script you are including should

Re: Need an advice on how to share https session between test plans

2008-11-13 Thread IvanIC
]> wrote: >> >> Hi sebb, >> >> >> >I'm not sure I understand what the OP is trying to do, >> >> you may see the details in my reply to Adrian ("RE: Need an advice on how >> to >> share https session between test plans - IvanI

Re: Need an advice on how to share https session between test plans

2008-11-13 Thread sebb
On 13/11/2008, IvanIC <[EMAIL PROTECTED]> wrote: > > Hi sebb, > > > >I'm not sure I understand what the OP is trying to do, > > you may see the details in my reply to Adrian ("RE: Need an advice on how to > share https session between test plans -

Re: Need an advice on how to share https session between test plans

2008-11-13 Thread sebb
On 13/11/2008, IvanIC <[EMAIL PROTECTED]> wrote: > > Hi Adrian, > > yes, this is what exactly what we have: > > >if you have the set-up, main test and tear-down all in a single script then > it works > >fine, with multiple threads running? But if you extract the set-up and > >tear-down into se

Re: Need an advice on how to share https session between test plans

2008-11-13 Thread IvanIC
Hi sebb, >I'm not sure I understand what the OP is trying to do, you may see the details in my reply to Adrian ("RE: Need an advice on how to share https session between test plans - IvanIC Nov 13, 2008; 01:22pm") . I have also attached sample test plans which reproduce the

RE: Need an advice on how to share https session between test plans

2008-11-13 Thread IvanIC
Hi Adrian, yes, this is what exactly what we have: >if you have the set-up, main test and tear-down all in a single script then it works >fine, with multiple threads running? But if you extract the set-up and >tear-down into separate, included scripts then you have this problem? Regarding this n

Re: Need an advice on how to share https session between test plans

2008-11-11 Thread sebb
On 11/11/2008, Fitzpatrick, Adrian <[EMAIL PROTECTED]> wrote: > > Hi Ivan, > > Ok, I understand a bit better now I think. Am I right in thinking that if you > have the set-up, main test and tear-down all in a single script then it works > fine, with multiple threads running? But if you extract

RE: Need an advice on how to share https session between test plans

2008-11-11 Thread Fitzpatrick, Adrian
Hi Ivan, Ok, I understand a bit better now I think. Am I right in thinking that if you have the set-up, main test and tear-down all in a single script then it works fine, with multiple threads running? But if you extract the set-up and tear-down into separate, included scripts then you have this

RE: Need an advice on how to share https session between test plans

2008-11-11 Thread IvanIC
Hi Adrian, thanks for your reply. But unfortunately what you suggest does not work for us for the following reason. The tests are supposed to run in multithreaded mode and every thread should have each own http session. Which does not correspond to this: "...share the session ID cookie (JSESSIONI

RE: Need an advice on how to share https session between test plans

2008-11-11 Thread Fitzpatrick, Adrian
Hi, I'll try and answer assuming your application is a J2EE web based application - if its different then this may not be correct but I think the principle should be broadly the same. Im also assuming based on your mail that you use a single JMETER thread to the set-up and tear-down steps, and