Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 66639 invoked from network); 13 Jul 2004 14:03:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Jul 2004 14:03:50 -0000 Received: (qmail 84106 invoked by uid 500); 13 Jul 2004 14:03:47 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 84082 invoked by uid 500); 13 Jul 2004 14:03:47 -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 84065 invoked by uid 99); 13 Jul 2004 14:03:47 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [213.61.162.210] (HELO kingler.idg.de) (213.61.162.210) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 13 Jul 2004 07:03:43 -0700 To: "JMeter Users List" X-Mailer: Lotus Notes Release 5.0.11 July 24, 2002 Message-ID: From: Frank_Lindner@idg.de Date: Tue, 13 Jul 2004 15:55:26 +0100 Subject: Cascading of RegExtractors'Viren geprueft!' X-MIMETrack: Serialize by Router on KLNW13/PARION-COM/DE(Release 6.5.1|January 28, 2004) at 13.07.2004 16:04:02 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I need to do the following My last Pagerequest returned a HTML something like this:
20040706EL0000079
20040706EL0000080
On the next Request I need the value of Radiobutton Selektion. Now I need two Regular Expressions one searching for the last selected Radiobutton I used this: class="Attribut2">${AntrNr_alt}<(.*?)value="(\d+)"> For the first time it is called or if it fails finding the AntrNr_alt it shall return 0. So that the first line will be selected. The second Regular expression has to fill the AntrNr_alt (i.e the one i will select on the next page). Because each line must only be selected one time but will apear until the script has finished it's iteration. I used this: name="Selektion" value="${selektion}"(.*?)class="Attribut2">(\S+) As u see the second RegEx uses the first RegEx as a Variable. Furthermore I need this Variable to be Global for all Threads. I have only 1 Real User but 250 Threads so all Threads will see all not yet completed lines. Any help will be apreciated. Best regards Frank --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
20040706EL0000081