Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 7142 invoked from network); 27 Apr 2010 17:35:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Apr 2010 17:35:58 -0000 Received: (qmail 87930 invoked by uid 500); 27 Apr 2010 17:35:57 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 87909 invoked by uid 500); 27 Apr 2010 17:35:57 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 87901 invoked by uid 99); 27 Apr 2010 17:35:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 17:35:57 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 74.125.83.172 as permitted sender) Received: from [74.125.83.172] (HELO mail-pv0-f172.google.com) (74.125.83.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 17:35:50 +0000 Received: by pvg4 with SMTP id 4so302680pvg.31 for ; Tue, 27 Apr 2010 10:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=ojAZFJx8ThLK9y5/C/Ib5RvYLs+BmGSG5EJYt+3UMIc=; b=VbDmhO2QHkCljJ79EQzHSQJO08SCmd5my9v1cE5adRtLAGl/3eDZqTJiKjAZLGvD0Q dqugYo+I8mspbrZBekJh6lh0AA+XVHG1C4dw8DTcoGI3N934hnI6lPxMqrNiZn7cJCpv DhiIKN2CxvFT4RD4p03n5scYlcB41I3HEcEjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=CFaEOXKKuuGo3OVirlstDXLQxjKZV+44PwMnYYkC5GJyHowe+HKSO0obihPxgJH+7E NRKHC2IqcAwz4dx29ahfGwgWzz5OSLR9vhk8JB5AhSK9+bs7KxonM07NiRPZJvvGkYLq sTn5LP8sbrO1v+ePWhoURQRLeAEdoLMb2fCgQ= MIME-Version: 1.0 Received: by 10.141.2.10 with SMTP id e10mr6153034rvi.240.1272389728417; Tue, 27 Apr 2010 10:35:28 -0700 (PDT) Received: by 10.140.255.21 with HTTP; Tue, 27 Apr 2010 10:35:28 -0700 (PDT) In-Reply-To: <28374188.post@talk.nabble.com> References: <28374188.post@talk.nabble.com> Date: Tue, 27 Apr 2010 10:35:28 -0700 Message-ID: Subject: Re: Pleas help me in the cookie scenario with jmeter From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=000e0cd113b4c7374704853b516a X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd113b4c7374704853b516a Content-Type: text/plain; charset=ISO-8859-1 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 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 > > --000e0cd113b4c7374704853b516a--