You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by gpub <af...@gmail.com> on 2010/04/27 10:14:56 UTC

Pleas help me in the cookie scenario with jmeter

Hi all.

1st i need that my recored script use 10 different logins and that hit on
the same http request.
2nd i need that my recored scipt must not use Cache to login for my test
plan.

Please let me know how plan my script

Regards
GP

-- 
View this message in context: http://old.nabble.com/Pleas-help-me-in-the-cookie-scenario-with-jmeter-tp28374188p28374188.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Pleas help me in the cookie scenario with jmeter

Posted by Deepak Shetty <sh...@gmail.com>.
1. Record a script for one login , replace username/password by variables .
Parameterise using User parameters or CSV. Identify all dynamic values and
replace with variables.

2. Jmeter doesnt use any cache unless you add it(A HTTP Cache Manager) to
your script (and even then it probably wont cache login, just the pages) .
The only thing you might have to see is if the session id is recorded in the
url , you need to remove it and replace by a URL Rewriting Modifier.


On Tue, Apr 27, 2010 at 1:14 AM, gpub <af...@gmail.com> wrote:

>
> Hi all.
>
> 1st i need that my recored script use 10 different logins and that hit on
> the same http request.
> 2nd i need that my recored scipt must not use Cache to login for my test
> plan.
>
> Please let me know how plan my script
>
> Regards
> GP
>
> --
> View this message in context:
> http://old.nabble.com/Pleas-help-me-in-the-cookie-scenario-with-jmeter-tp28374188p28374188.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>