Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread jagdeepjain01
Yes this is useful, not yet thought of this. -- View this message in context: http://jmeter.512774.n5.nabble.com/how-to-maintain-Jsessionid-across-different-thread-groups-tp4520662p4522216.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread Deepak Shetty
only but want to check this as well. > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/how-to-maintain-Jsessionid-across-different-thread-groups-tp4520662p4522198.html > Sent from the JMeter - User mailing lis

Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread jagdeepjain01
Yes I am doing it Sebb's way only but want to check this as well. -- View this message in context: http://jmeter.512774.n5.nabble.com/how-to-maintain-Jsessionid-across-different-thread-groups-tp4520662p4522198.html Sent from the JMeter - User mailing list archive at Nabbl

Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread Deepak Shetty
s is cool :) > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/how-to-maintain-Jsessionid-across-different-thread-groups-tp4520662p4522056.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --

Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread jagdeepjain01
(session_id)} to set this for other threads. this is cool :) -- View this message in context: http://jmeter.512774.n5.nabble.com/how-to-maintain-Jsessionid-across-different-thread-groups-tp4520662p4522056.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread jagdeepjain01
me timings for each steps as well in terms of thread groups. is this correct way of doing things the way I am expecting? -- View this message in context: http://jmeter.512774.n5.nabble.com/how-to-maintain-Jsessionid-across-different-thread-groups-tp4520662p4521405.html Sent from the JMeter - User

Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread Bruce Ide
Oh, Yeah! Since I'm using jmeter for functional testing more than for load testing, most of my thread groups are single threads. So I tend to use the two terms interchangeably. I probably should get out of that habit. That set of questions can apply to many things in computer programming, though.

Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread sebb
On 24 June 2011 15:53, Bruce Ide wrote: > Indeed. Threads are like Singletons. In the face of regular and systematic > misuse (And outright abuse,) they require extra justification to use them. I > like to ask myself: > >  * Why am I using a thread here? I assume you mean Thread Group here rather

Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread Bruce Ide
Indeed. Threads are like Singletons. In the face of regular and systematic misuse (And outright abuse,) they require extra justification to use them. I like to ask myself: * Why am I using a thread here? * Can this test be written with only one main thread? * Am I using threads just because the

Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread sebb
case, don't use separate Thread Groups. Thread Group - loops 1 - Login - Loop Controller - - Main body of test - Logout > Thanks, > Jagdeep > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/how-to-maintain-Jsessionid-across-different-thread-groups-tp

Re: how to maintain Jsessionid across different thread groups

2011-06-24 Thread Konstantin S.
s) > - Do some opeartion > -Thread Group 3 (run once) > - Logout > > I want to pass sessionid from Thread Group 1 to Thread Group 2 and 3 > > Thanks, > Jagdeep > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/how-to-main

how to maintain Jsessionid across different thread groups

2011-06-24 Thread jagdeepjain01
this multiple times) - Do some opeartion -Thread Group 3 (run once) - Logout I want to pass sessionid from Thread Group 1 to Thread Group 2 and 3 Thanks, Jagdeep -- View this message in context: http://jmeter.512774.n5.nabble.com/how-to-maintain-Jsessionid-across