Re: Parameter passing at every step

2010-11-03 Thread Felix Frank
On 11/02/2010 10:45 PM, bharatraj viswamani wrote: Hi, I have 10 HTTP request. At each step do i have to send parameters with this request(username, password and domain) ? Is there a better way to send username, password and domain only once. Otherwise thro wireshark i see a different

RE: Parameter passing at every step

2010-11-03 Thread bharatraj viswamani
DO you recommend using a HTTP header or a post processor- regular expression to get the session cookie Date: Wed, 3 Nov 2010 10:09:11 +0100 From: f...@mpexnet.de To: jmeter-user@jakarta.apache.org Subject: Re: Parameter passing at every step On 11/02/2010 10:45 PM, bharatraj viswamani

Re: Parameter passing at every step

2010-11-03 Thread Felix Frank
On 11/03/2010 05:23 PM, bharatraj viswamani wrote: DO you recommend using a HTTP header or a post processor- regular expression to get the session cookie I'm in the habit of adding a Cookie Manager to any of my Thread Groups. On 11/02/2010 10:45 PM, bharatraj viswamani wrote: Hi, I