Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 47641 invoked from network); 21 Sep 2010 05:58:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Sep 2010 05:58:21 -0000 Received: (qmail 85147 invoked by uid 500); 21 Sep 2010 05:58:21 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 84723 invoked by uid 500); 21 Sep 2010 05:58:17 -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 84715 invoked by uid 99); 21 Sep 2010 05:58:16 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 05:58:16 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of samarjeet.mohanty@citi.com does not designate 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; Tue, 21 Sep 2010 05:57:54 +0000 Received: from sam.nabble.com ([192.168.236.26]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OxvrB-0004TY-8E for jmeter-user@jakarta.apache.org; Mon, 20 Sep 2010 22:57:33 -0700 Date: Mon, 20 Sep 2010 22:57:33 -0700 (PDT) From: kblearner To: jmeter-user@jakarta.apache.org Message-ID: <1285048653249-2847576.post@n5.nabble.com> In-Reply-To: <1285013716903-2847160.post@n5.nabble.com> References: <1285013716903-2847160.post@n5.nabble.com> Subject: Re: Trouble putting a regex response into a user variable MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi "colinHoughton" In your Test Plan, the "User Defined Variable" element has a scope visibility only to the first loop controller. Hence, it doesn't substitute the value for "${PLANNO}" in subsequent requests. U can either take the approach which you've mentioned OR declare a Global variable -> Store regex value in that variable and the use it in all requests. Cheers... HaPpY JMeter'ing :-) http://kblearner.wordpress.com http://kblearner.wordpress.com -- View this message in context: http://jmeter.512774.n5.nabble.com/Trouble-putting-a-regex-response-into-a-user-variable-tp2847160p2847576.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