Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 94284 invoked from network); 18 Mar 2008 01:47:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2008 01:47:29 -0000 Received: (qmail 82654 invoked by uid 500); 18 Mar 2008 01:47:20 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 82636 invoked by uid 500); 18 Mar 2008 01:47:20 -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 82625 invoked by uid 99); 18 Mar 2008 01:47:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 18:47:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [64.14.205.209] (HELO khan.portblue.com) (64.14.205.209) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 01:46:43 +0000 Received: from everest.portblue.com (mailhost [192.168.54.60]) by khan.portblue.com (8.14.2/8.13.8) with ESMTP id m2I1krAf015793 for ; Mon, 17 Mar 2008 18:46:53 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: using CSV for all the Samplers in a single Loop Controller Date: Mon, 17 Mar 2008 18:47:58 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: using CSV for all the Samplers in a single Loop Controller Thread-Index: AciIZeAhWOo2oMuNSku+bSvNZRO8aQAMvQzQ From: "Gary Olacsi" To: "JMeter Users List" X-Virus-Checked: Checked by ClamAV on apache.org I tried it and it works! I was able to use a CSV file to pass values into a web form and save each copy of form many times over during a single user thread. JMeter surprises me with its power. I'm really impressed.=20 -----Original Message----- From: sebb [mailto:sebbaz@gmail.com]=20 Sent: Monday, March 17, 2008 12:33 PM To: JMeter Users List Subject: Re: using CSV for all the Samplers in a single Loop Controller On 17/03/2008, Gary Olacsi wrote: > Hi, > > > > I know each thread uses a different line in the file the CSV Data Set > Config reads and this works well for things like logging in with > separate user credentials for each user thread. But I need to do > something different and would like to use the CSV Data Set Config > element to feed values into form fields on a webpage. So I would need to > be able to use CSV Data Set Config element for Samplers (e.g., a HTTP > Request - Post) in a single Loop Controller. The loop controller would > be used to simulate the user opening the same form and filling it out > over and over again entering different data each time. Please let me > know if this is possible now. > Why not try it? Or you could use the __StringFromFile() function in conjunction with __split() for this. > > > Thank you! > > > > > Gary > > > > --------------------------------------------------------------------- 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