Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@apache.org Received: (qmail 3757 invoked from network); 18 Jun 2003 10:20:21 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 18 Jun 2003 10:20:21 -0000 Received: (qmail 11033 invoked by uid 97); 18 Jun 2003 10:22:53 -0000 Delivered-To: qmlist-jakarta-archive-jmeter-user@nagoya.betaversion.org Received: (qmail 11026 invoked from network); 18 Jun 2003 10:22:52 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 18 Jun 2003 10:22:52 -0000 Received: (qmail 3569 invoked by uid 500); 18 Jun 2003 10:20:18 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 3546 invoked from network); 18 Jun 2003 10:20:17 -0000 Received: from smtp3.wanadoo.fr (HELO mwinf0603.wanadoo.fr) (193.252.22.25) by daedalus.apache.org with SMTP; 18 Jun 2003 10:20:17 -0000 Received: from Paris (ABoulogne-110-1-4-195.w81-49.abo.wanadoo.fr [81.49.7.195]) by mwinf0603.wanadoo.fr (SMTP Server) with ESMTP id 0A50524001DF for ; Wed, 18 Jun 2003 12:20:31 +0200 (CEST) Reply-To: From: "Michael Mattox" To: Subject: Simulating multiple users when links of website are unique for each user Date: Wed, 18 Jun 2003 12:20:31 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N My website keeps parameters in the URL requests to have a stateless server (I don't use the session object). As a result, the links for each user are built dynamically and are unique for each user. For example, each user has a list of objects and the page has links to the status of each object: Objects: Object 1 : Status Object 2 : Status Object 3 : Status in my example, groupId is unique to each user, and id is unique to each object which is unique to each user. I'm really stumped at how I can simulate 100 users. The problem is with the links. I know I can do it with HttpUnit, parsing the page and picking out the Status links. Is it possible to do the same thing with JMeter? I've read the two examples in the user manual, the spider clicks on all the links recursively and the other submits all the form buttons. What I'm wanting to do doesn't really fall into either case. It seems to be a common thing to do to test stateless servers, so if you have any advice I'd appreciate it very much. Thanks, Michael Mattox --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org