From jmeter-user-return-4646-apmail-jakarta-jmeter-user-archive=jakarta.apache.org@jakarta.apache.org Wed Apr 14 04:50:09 2004 Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 74537 invoked from network); 14 Apr 2004 04:50:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Apr 2004 04:50:09 -0000 Received: (qmail 77504 invoked by uid 500); 14 Apr 2004 04:49:45 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 77480 invoked by uid 500); 14 Apr 2004 04:49:45 -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 77466 invoked from network); 14 Apr 2004 04:49:44 -0000 Received: from unknown (HELO smtp.applabs.net) (210.210.13.2) by daedalus.apache.org with SMTP; 14 Apr 2004 04:49:44 -0000 Received: from localhost (localhost [127.0.0.1]) by smtp.applabs.net (8.12.8/8.12.8) with ESMTP id i3E4qwRN014977 for ; Wed, 14 Apr 2004 10:22:58 +0530 Received: from 172.16.2.2 (smtp.applabs.net [172.16.2.2]) by smtp.applabs.net (VaMailArmor-2.0.1.14) id 14969-72F4A877; Wed, 14 Apr 2004 10:22:57 +0530 Received: from 172.16.4.241 (SquirrelMail authenticated user performance) by 172.16.2.2 with HTTP; Wed, 14 Apr 2004 10:22:57 +0530 (IST) Message-ID: <1557.172.16.4.241.1081918377.squirrel@172.16.2.2> Date: Wed, 14 Apr 2004 10:22:57 +0530 (IST) Subject: Re: If Controller From: performance@applabs.net To: jmeter-user@jakarta.apache.org User-Agent: SquirrelMail/1.4.1-2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Jacqui Following are the different ways that generate variables in a test plan 1. User Parameters pre processor 2. Counter pre processor 3. Regular Expressions post-processor etc. Please see these elements for more details. Thanks & Regards Applabs ----- Original Message ----- From: "Jacqui Guerrero" To: "JMeter Users List" Sent: Monday, April 12, 2004 9:14 PM Subject: RE: If Controller > But how are these variables defined and where? Is it a variable that is > defined in the HTML code itself? > > Thanks for your reply! > Jacqui > > -----Original Message----- > From: performance@applabs.net [mailto:performance@applabs.net] > Sent: Sunday, April 11, 2004 11:53 PM > To: jmeter-user@jakarta.apache.org > Subject: Re: If Controller > > Hi Jacqui > > if Controller is a conditional base Controller, It allows the user to > control whether the child test elements (like Samplers/controllers, etc) > execute or not. > > The child elements (like Samplers/controllers, etc) of the 'if > controller' > will be processed only on condition true. > > Note: - Condition should be Java Script code that returns "true" or > "false". > > In a programming aspect - this is equivalent of: > If (condition) { > Statements.... > } > > Examples: ${count}< 5 > '${username}' = = 'user1' > ${serialnum}>9 > where count, username and serialnum are variables. > > Thanks > Applabs Team > > ----- Original Message ----- > From: "Jacqui Guerrero" > To: > Sent: Saturday, April 10, 2004 4:09 AM > Subject: If Controller > > > The documentation does not provide a good way of showing how to use the > If Controller. Can someone out here help? What is the format of the > javascript condition parameter: what values can you use, etc. > > > > I think that JMeter 2.0 has a lot of great features but documentation > (i.e. samples) for each of the new controllers would help a lot. > > > > Thanks, > > Jacqui > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org