Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 3561 invoked from network); 19 Aug 2010 11:49:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Aug 2010 11:49:39 -0000 Received: (qmail 96497 invoked by uid 500); 19 Aug 2010 11:49:38 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 96311 invoked by uid 500); 19 Aug 2010 11:49:36 -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 96303 invoked by uid 99); 19 Aug 2010 11:49:35 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 11:49:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [81.17.212.138] (HELO mail.mpex.net) (81.17.212.138) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 19 Aug 2010 11:49:11 +0000 Received: (qmail 18279 invoked by uid 515); 19 Aug 2010 11:48:50 -0000 Received: from unknown (HELO ?192.168.1.240?) (ff@mpexnet.de@92.230.121.113) by mail-new with ESMTPA; 19 Aug 2010 11:48:50 -0000 Message-ID: <4C6D1A22.4070605@mpexnet.de> Date: Thu, 19 Aug 2010 13:48:50 +0200 From: Felix Frank User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5 MIME-Version: 1.0 To: JMeter Users List Subject: Re: How to perform actions on a web site References: <44DCC9D108EB684B93D2A2283C2A5E78A66308@uk-ex010.groupinfra.com> In-Reply-To: <44DCC9D108EB684B93D2A2283C2A5E78A66308@uk-ex010.groupinfra.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, see the archives, this question is answered about weekly on here. You need to make yourself closely aware to the fact that "actions" on your website are merely HTTP requests of certain URLs with certain GET or POST parameters. In most cases, see your
methods and actions to get an idea. Once you added Samplers that perform given actions, it is wise to rename them to describe to you what their purpose is. The Listeners (such as summary report) will then draw nice tables giving you the performance of each type of request (=action). HTH, Felix On 08/19/10 13:38, Din, Waheed wrote: > Is it possible to use/configure Jmeter to perform certain actions on a > website. I've performed a "Login" action, but now I want to access other > pages where users are added, removed, edited and see how our system > deals with different loads (e.g. have 10 users create new users). > > > > I'm unsure how I can tell Jmeter to access the "Edit User" page, and > update their address for example or carry out a particular action. > > > > I initially thought I would just create another HTTP Request form but > this only seems to test the load on that page instead of testing the > load of a particular action such as add, remove etc. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org