Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6BDA791AD for ; Thu, 1 Mar 2012 08:03:13 +0000 (UTC) Received: (qmail 23872 invoked by uid 500); 1 Mar 2012 08:03:12 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 23820 invoked by uid 500); 1 Mar 2012 08:03:11 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 23808 invoked by uid 500); 1 Mar 2012 08:03:11 -0000 Delivered-To: apmail-jakarta-jmeter-user@jakarta.apache.org Received: (qmail 23805 invoked by uid 99); 1 Mar 2012 08:03:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 08:03:11 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shirish.ganjewar@gmail.com designates 209.85.210.172 as permitted sender) Received: from [209.85.210.172] (HELO mail-iy0-f172.google.com) (209.85.210.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 08:03:03 +0000 Received: by iazz13 with SMTP id z13so534171iaz.31 for ; Thu, 01 Mar 2012 00:02:42 -0800 (PST) Received-SPF: pass (google.com: domain of shirish.ganjewar@gmail.com designates 10.50.17.230 as permitted sender) client-ip=10.50.17.230; Authentication-Results: mr.google.com; spf=pass (google.com: domain of shirish.ganjewar@gmail.com designates 10.50.17.230 as permitted sender) smtp.mail=shirish.ganjewar@gmail.com; dkim=pass header.i=shirish.ganjewar@gmail.com Received: from mr.google.com ([10.50.17.230]) by 10.50.17.230 with SMTP id r6mr3466078igd.54.1330588962943 (num_hops = 1); Thu, 01 Mar 2012 00:02:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=pguvC4492nrokJZ5aGx5HAhLGuGD913hAx9Mk3ACxk4=; b=RWiK28rQeHNfqrtbNydczBX8gB/UiydqEkYcJTrGJPBfLiKmvsllP2uUUXpO1EbhY6 lhPWG40R/RKF77g7CZUTJVnftGsjWT7IfPRAdkzf9JBDertdWlT8a8K7V+INsc5HeSD1 brSDsNSy/hpJwbsyPBR0dlRU1TYmay89pvyQc= MIME-Version: 1.0 Received: by 10.50.17.230 with SMTP id r6mr2866987igd.54.1330588962904; Thu, 01 Mar 2012 00:02:42 -0800 (PST) Received: by 10.231.179.70 with HTTP; Thu, 1 Mar 2012 00:02:42 -0800 (PST) Date: Thu, 1 Mar 2012 13:32:42 +0530 Message-ID: Subject: Reg: Extracting values at run time and passing it to the next request From: Shirish To: JMeter Users List Cc: shirish ganjewar Content-Type: multipart/alternative; boundary=14dae934116579dae204ba29e2dd X-Virus-Checked: Checked by ClamAV on apache.org --14dae934116579dae204ba29e2dd Content-Type: text/plain; charset=ISO-8859-1 Hi All, While working on a script, I am stuck in a situation which is as... On searching my application responds me with more than 1000 records, among which I need to select say 5 records randomly and perform some operation on the selected records. Now while performing an operation on the selected ID's I need to provide *Three parameters for each record* like below highlighted ones... Name: selectedRowsAsJson Value: %5B%7B%22name_sort%22%3A%22${*selectmultipleSPNs1* }%22%2C+%22org_name_sort%22%3A%22${*org_name_sort1*}%22%2C+%22id%22%3A%22${* supplierpart_id1*}%22%7D%2C%7B%22...*+ add four more parameters * Now to fetch the above highlighted Parameters I wrote some 5 Regular Expressions for three parameters prior to sending this records from where i fetch these dynamic values. Query: I am asked to perform above action on more than 500 parts.. So i am confused doing so as I need to provide dynamically fetched number to the next request ... Please advise me how to cover this. Thanks a lot for your time. Shirish G. --14dae934116579dae204ba29e2dd--