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 2216110CD7 for ; Fri, 27 Dec 2013 21:22:17 +0000 (UTC) Received: (qmail 24802 invoked by uid 500); 27 Dec 2013 21:22:16 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 24738 invoked by uid 500); 27 Dec 2013 21:22:16 -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 24729 invoked by uid 99); 27 Dec 2013 21:22:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Dec 2013 21:22:15 +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 darius.damalakas@gmail.com designates 209.85.216.50 as permitted sender) Received: from [209.85.216.50] (HELO mail-qa0-f50.google.com) (209.85.216.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Dec 2013 21:22:09 +0000 Received: by mail-qa0-f50.google.com with SMTP id i13so8946694qae.2 for ; Fri, 27 Dec 2013 13:21:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=QQrKDL3VtIVgx8C5ZaN5t7ySZGjEUeCfGsJmbda6a/U=; b=Gm6pxTomYoxmNQ6pvf0JbSgIy1xCyFLP+Rzz3I4hfYlhYlxFuCaVGEmo/PqXaVRaa1 e4mFfPq5QRwKaCrH0roO303Zr0sXk/eU45JChZCjVYaC7ic325UOSOTLCoowajbsY955 kXLtJ5KM9NYiFEDuobhR5gxHBj4ql+nMgsqxAXa8dozAFRnaNLRdcJP9s5cc9KSnOGYW ozc2jQtvE0UkysNPT435Dp7pZw7f6RGkGx/hYh1L2ItjYWSu3ctLEeUQ4lbYOBRg6c+I mh5GeXzwL/IZwnerQYRdgwQozcQoNSwSXleIgcqzXOW294ttKAGGPcNl2TICvLbkHZhm 7MIw== X-Received: by 10.49.116.141 with SMTP id jw13mr84343917qeb.2.1388179307930; Fri, 27 Dec 2013 13:21:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.5.105 with HTTP; Fri, 27 Dec 2013 13:21:07 -0800 (PST) In-Reply-To: References: From: Darius Damalakas Date: Fri, 27 Dec 2013 23:21:07 +0200 Message-ID: Subject: Re: JMeter 2.10 r1533061 - strange variable behavior To: JMeter Users List Content-Type: multipart/alternative; boundary=047d7b6dc22688a83804ee8aae73 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6dc22688a83804ee8aae73 Content-Type: text/plain; charset=UTF-8 > > > I can not understand why variable that I am extracting with CSS/JQuery > > Extractor is not passed in subsequent POST request. I've read multiple > > answers, and it seems all should work fine. However, the value passed > seems > > to be random. I am clearly missing something. > > Most likely the Extractor is not in the correct place in the test plan. > It should be added as a child of the sampler which returns the value. > > Remember that Post Processors run after *every* sampler that is in scope. > > Ah, that might be it. I have put a post processor as a sequential step. That also does explain why I would see different value every time. Will try that soon, and will let you know if all goes well. Thanks! --047d7b6dc22688a83804ee8aae73--