Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 13643 invoked from network); 28 Jan 2011 13:30:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 13:30:29 -0000 Received: (qmail 8322 invoked by uid 500); 28 Jan 2011 13:30:28 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 8229 invoked by uid 500); 28 Jan 2011 13:30:26 -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 8218 invoked by uid 99); 28 Jan 2011 13:30:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 13:30:26 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of carl.shaulis@gmail.com designates 209.85.215.172 as permitted sender) Received: from [209.85.215.172] (HELO mail-ey0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 13:30:19 +0000 Received: by eyd10 with SMTP id 10so1641311eyd.31 for ; Fri, 28 Jan 2011 05:29:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=VGQz6XKv85UYbJgQCIHiamI8v9K+n83EL9+81BwGGcM=; b=fVsd80PnLQ9NqUlJ+9gMGjCZ1X+XhPpNilu9609yHSUYjxWsmhQDSERvf/8t4RerkT uvdDp2sUAA1nHYsymYaLUGwHiNGQ5eOg8RL0UM6R+zbc0G6FAnmMRQH1CSlgHCUmQmCu hx43XDyV/xqtFPhu5TdrnknG48mjat9QTP27U= 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=bnTvJo/zNh5TOvoA3NBStXuTBWnNameaMjzuzo/dF5yzV/3oTsV3Ytqieuy00/zr94 cPAjwZXchU47CHUM4nYKdCxObknLt1nkngocrNQziDvcnGRo14SC4ERgHyg38smK5Zcy k+0RX4CsQEvv8ElqUlXdNi5EgsWijFUFkxO6Q= MIME-Version: 1.0 Received: by 10.213.105.80 with SMTP id s16mr4860186ebo.18.1296221397997; Fri, 28 Jan 2011 05:29:57 -0800 (PST) Received: by 10.213.16.78 with HTTP; Fri, 28 Jan 2011 05:29:57 -0800 (PST) In-Reply-To: <1296218162675-3361363.post@n5.nabble.com> References: <1296197046725-3360977.post@n5.nabble.com> <1296218162675-3361363.post@n5.nabble.com> Date: Fri, 28 Jan 2011 07:29:57 -0600 Message-ID: Subject: Re: Jmeter beginner - I have problem with recording the steps in using Http proxy server From: Carl Shaulis To: JMeter Users List Content-Type: multipart/alternative; boundary=0015174c3ca4fa5f48049ae80f0c --0015174c3ca4fa5f48049ae80f0c Content-Type: text/plain; charset=ISO-8859-1 Perhaps you might find these instructions helpful. You can also use Badboy to record your scripts. 1. Start JMeter 2. Select Test Plan 3. Right click on test plan and add Thread Group 4. Right click on the Thread Group and add the Config. Element, Http Request Defaults 5. Edit Http Request Defaults to have the protocl set to Http, server name is jakarta.apache.org, and the port is 80, leaving the path blank. 6. Select Work Bench 7. Right Click on Work Bench and add a Non-Test Element, Http Proxy Server 8. Edit the Proxy Server Settings to point to port 9090 and make sure the target goup is pointing to your thread group 9. (Optional) You can include or exclude certain file types from a recording (examples - .*\.png, .*\.gif, .*\.jsp) 10. Click Start and youyr proxy server should be running Configure Firefox 1. Start Firefox 2. Click on Firefox Preferences link > Network > settings 3. Change the settings to look like the image below 4. Start navigating through the target pages using Firefox. NOTE: My opinion is to be slow and deliberate in your actions, while being patient to make sure all page elements load. 5. You should see your actions recorded in JMeter 6. Save your script Good luck! Carl On Fri, Jan 28, 2011 at 6:36 AM, gsub wrote: > > you can learn from the jmeter site.. > http://jakarta.apache.org/jmeter/usermanual/build-ftp-test-plan.html > > go step by step you will easily record the scripts > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Jmeter-beginner-I-have-problem-with-recording-the-steps-in-using-Http-proxy-server-tp3360977p3361363.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 > > --0015174c3ca4fa5f48049ae80f0c--