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 2C96A10FA0 for ; Sun, 10 May 2015 09:16:14 +0000 (UTC) Received: (qmail 47336 invoked by uid 500); 10 May 2015 09:16:13 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 47296 invoked by uid 500); 10 May 2015 09:16:13 -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 47285 invoked by uid 99); 10 May 2015 09:16:13 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 May 2015 09:16:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D87C0C209F for ; Sun, 10 May 2015 09:16:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.553 X-Spam-Level: *** X-Spam-Status: No, score=3.553 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=theneura.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id gG03XagMe-Bg for ; Sun, 10 May 2015 09:15:58 +0000 (UTC) Received: from homiemail-a92.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 58C5D428FF for ; Sun, 10 May 2015 09:15:58 +0000 (UTC) Received: from homiemail-a92.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a92.g.dreamhost.com (Postfix) with ESMTP id C77593DC05E for ; Sun, 10 May 2015 02:15:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=theneura.com; h=from:to :subject:date:message-id:mime-version:content-type; s= theneura.com; bh=JHdf/69QJbanwhdZD5Sgop/8XSg=; b=cGUMzDkz9JyomyM hJ5NpNqpSfMrwHDMvt3a70NWaD/3KTSkdbtnyLYsGgCS3rla2+m6c5oJJYD6PImo u10IEl6b01Gnra0OUVAhMfNZsibHC988cHt4l/u2Gw6FQtZsRHS+o5pP5s9fPugi dqIjeH4uhEQOhx2rj37i5eIj1e0c= Received: from QAPC (bzq-79-183-34-150.red.bezeqint.net [79.183.34.150]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: erez@theneura.com) by homiemail-a92.g.dreamhost.com (Postfix) with ESMTPSA id 5A4D43DC05B for ; Sun, 10 May 2015 02:15:50 -0700 (PDT) From: "Erez Naim" To: "'JMeter Users List'" Subject: communication between thread groups Date: Sun, 10 May 2015 12:15:45 +0300 Message-ID: <011701d08b01$e75fd570$b61f8050$@theneura.com> MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0118_01D08B1B.0CBB3E40" X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdCLAcYYkuwEPPLfTc6sQr178w+MmA== Content-Language: he ------=_NextPart_000_0118_01D08B1B.0CBB3E40 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0119_01D08B1B.0CBB3E40" ------=_NextPart_001_0119_01D08B1B.0CBB3E40 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello all, I am building a script which contain json responses which from them I am extracting a value which being used in other thread_group , in order to do that I am using Inter-Thread Communication PreProcessor and Inter-Thread Communication PostProcessor, I have noticed that there is no synchronization between two of the thread - groups for some reason. I am getting errors, but some of them are correct, what should I do to fix it? Maybe other approach of doing so. I have tried to use Beanshell pre and post processor (using setProperty and property functions, gave me same errors). Any help on this will be appreciated. BR, Erez Naim | QA Lead | EL AL 2 Street | Herzliya mobile (+972) 50 9 555 686 | fax (408) 689.1366 | skype erez.neura website | blog | twitter | map ------=_NextPart_001_0119_01D08B1B.0CBB3E40 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello all,

 

I am = building a script which contain json responses which from them I am = extracting a value which being used in other thread_group , in order to = do that I am using  Inter-Thread Communication PreProcessor and =  Inter-Thread Communication PostProcessor, I have noticed that = there is no synchronization between two of the thread – groups for = some reason… I am getting errors, but some of them are correct, = what should I do to fix it? Maybe other  approach of doing = so…

 

I have tried to use Beanshell pre and post processor = (using setProperty and property functions, gave me same errors). Any = help on this will be appreciated.

 

BR,

 

Erez Naim  |  QA = Lead  |   = 3DLinkedIn  = 3DvCard  = 3DTwitter  =

3D"cid:image004.png@01D01E1B.5F153500"<= /o:p>

EL = AL 2 Street | Herzliya 
mobile (+972) 50 9 555 = 686 
| = ;fax (408) 689.1366 | = ;skype erez.neura

 

website  | = ; blog  | = ; twitter  | = ; map   =

 

 

------=_NextPart_001_0119_01D08B1B.0CBB3E40-- ------=_NextPart_000_0118_01D08B1B.0CBB3E40--