Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 51302 invoked from network); 24 Apr 2008 21:37:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 21:37:52 -0000 Received: (qmail 41517 invoked by uid 500); 24 Apr 2008 21:37:50 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 41492 invoked by uid 500); 24 Apr 2008 21:37:50 -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 41481 invoked by uid 99); 24 Apr 2008 21:37:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 14:37:50 -0700 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 21:37:05 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Jp982-0002gA-Ff for jmeter-user@jakarta.apache.org; Thu, 24 Apr 2008 14:37:18 -0700 Message-ID: <16853244.post@talk.nabble.com> Date: Thu, 24 Apr 2008 14:37:18 -0700 (PDT) From: socio_pal To: jmeter-user@jakarta.apache.org Subject: __CSVRead Function MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: socio_pal@yahoo.com X-Virus-Checked: Checked by ClamAV on apache.org Hi; I have 3 CSV files in my Jmeter bin directory. One of the files have like 16 columns with info like Mobile Number, Address, CIty, State.... The other ones just have different mobile numbers. Now I have defined these in the UserParameter as: failNum ${__CSVRead(failure_num.csv,0)} address ${__CSVRead(failure_num.csv,1)} city ${__CSVRead(failure_num.csv,2)} state ${__CSVRead(failure_num.csv,3)} ..... ..... .... successNum ${__CSVRead(success_num.csv,0)} In my SOAP/XML scripts I am using ${failNum}....etc. And I have a threadgroup with LoopCount 20. I was expecting that for each iteration Jmeter should pick up the values from a new row. But its not the case. The values from Row1 of my CSV file is being used for all 20 iterations. How can I let Jmeter know that it needs to increment the row at each iteration. The box "Update Once per Iteration" in my User Parameters component is checked. Thanks. -- View this message in context: http://www.nabble.com/__CSVRead-Function-tp16853244p16853244.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