>Question: Need to pass Many values(cookies,headers,tokens) from one thread In a good number of cases , this indicates that you havent structured your test correctly. For e.g. it looks like you want to do something like N users login and for e.g. 50% of them move on to search and 20% do something else in which case you should look at the Logic Controller section - http://jmeter.apache.org/usermanual/component_reference.html You *should* try to model one thread as one user - so perhaps it will be more helpful if you say what is it you are trying to do in your test plan , because of which you need to share a session across threads
On Tue, Apr 7, 2015 at 4:24 AM, Madhu Sekhar <[email protected]> wrote: > Hi All, > > How to Handle Multiple Cookie & Header values for different thread groups > in the same Test Plan. > > Test Plan is as follows: > > -TestPlan > --ThreadGroup1 > ---Login > -ThreadGroup2 > ---Search > > Question: Need to pass Many values(cookies,headers,tokens) from one thread > group to other, Any one Please suggest. > > Thanks & Regards, > Madhu >
