Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 93606 invoked from network); 11 Aug 2005 18:23:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 18:23:41 -0000 Received: (qmail 13070 invoked by uid 500); 11 Aug 2005 18:23:38 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 13043 invoked by uid 500); 11 Aug 2005 18:23:38 -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 13026 invoked by uid 99); 11 Aug 2005 18:23:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 11:23:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.70.251.232] (HELO msg12psp.tru.com) (206.70.251.232) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 11:23:58 -0700 Received: by mtmsg12psp.tru.com with Internet Mail Service (5.5.2658.27) id ; Thu, 11 Aug 2005 14:23:35 -0400 Message-ID: <2ED30DE5D008D94EB4BB8E6F9D8FC82808CE6DD0@msg01wyn.tru.com> From: "Thavutam, Prashanth" <1thavutp@toysrus.com> To: 'JMeter Users List' Subject: Using _regexFunction Date: Thu, 11 Aug 2005 14:23:34 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2658.27) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have used HTTP Proxy Server to record my application testing. It recorded everything fine. The problem I am having is with the continuity token that we use for each request to check if it is a valid request. This is dynamically generated for each request and kept in session. When I go to next page, the previous value kept in session is compared with the value from the request and if they match, the request is processed and a new token is generated. If they don't match, an error page is displayed. Obviously, the test failed when I ran it. I am trying to use _regexFunction to get this value dynamically. I need some guidance on how to create the function and where to use it. Below is the source on the html form: I need to capture this value from the previous response and send it with next request. Any help is appreciated. Prashanth ======================================================================== This email message is for the sole use of the intended recipient (s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to EmailAdmin@toysrus.com. Toys "R" Us, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org