Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 79439 invoked from network); 7 May 2008 19:52:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2008 19:52:05 -0000 Received: (qmail 97073 invoked by uid 500); 7 May 2008 19:52:01 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 97046 invoked by uid 500); 7 May 2008 19:52:01 -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 97035 invoked by uid 99); 7 May 2008 19:52:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 12:52:01 -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: domain of mlgiroux@gmail.com designates 74.125.46.29 as permitted sender) Received: from [74.125.46.29] (HELO yw-out-2324.google.com) (74.125.46.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 19:51:16 +0000 Received: by yw-out-2324.google.com with SMTP id 9so266744ywe.13 for ; Wed, 07 May 2008 12:51:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=1mchpExFhcBvCfUFHJ/mfWgC/bkbGVNesOa3viFJeGk=; b=mGScR/7kO70DwEzUkOOUv1DOAbm9d+lERfDCmqLfdGXdr5wtrmDV+L8JgYhtOv86DtjRb9ri1tpWhoqajeugLupxfsiDIP4Rcg4SJVpEkO2bjjGOq/jFzUTZnIIsM5TFDXqlwee4agCGhzyVDOOQy3nnQHfIxjIQ6DHWordATfU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OWiwzG8PvyjuI/Hu8KtfYlDgTjKPGnbV8YGfPuvcOPwrIiq7oSUMx0wuPc3aUssAkF+uq2OrXQRE/4eOG6DVZg9XU05FvKJ08IcvyGz687Uet3HkRxl3nGCHp262KId1ZRAwogstAgy4bJvS2U+EyYDAfdZdKS75fOF/5FE1oj0= Received: by 10.150.82.27 with SMTP id f27mr2534309ybb.137.1210189881681; Wed, 07 May 2008 12:51:21 -0700 (PDT) Received: by 10.151.12.18 with HTTP; Wed, 7 May 2008 12:51:21 -0700 (PDT) Message-ID: <5ea470920805071251o78f985cdpe002792204aacf65@mail.gmail.com> Date: Wed, 7 May 2008 12:51:21 -0700 From: "Michael Giroux" To: "JMeter Users List" Subject: Re: How do you read and use values from a file? In-Reply-To: <5ea470920805071243te19489g511a3e55c6a99fef@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5C5A62059F1B8F4AB33B1B0C23B9670603C13794@gshqxc01.globalspec.net> <1209413867.10805@davidwbrown.name> <5C5A62059F1B8F4AB33B1B0C23B9670603C1387D@gshqxc01.globalspec.net> <25aac9fc0804281433y353636fu99e65a7965335ce1@mail.gmail.com> <5ea470920805071127p7fd94e48gb838f3dc75ee0f07@mail.gmail.com> <25aac9fc0805071136q3dac4515x3540bb66f5922306@mail.gmail.com> <5ea470920805071243te19489g511a3e55c6a99fef@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I just ran another test and discovered that the variable defined by the RegEx Extractor is only visible within the thread group that crated it. As I explained, I execute a transaction to echo the value of the variable to confirm that the value has been extracted correctly. This echo correctly displays the variable when executed in the same threadgroup that contains the RegEx Extractor. However, when I copy that HTTP Request element to a subsequent thread group, the variable is not expanded. Is there some way to make this definition global to the entire test plan? --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org