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 A3CEF1872E for ; Mon, 11 May 2015 11:26:17 +0000 (UTC) Received: (qmail 7893 invoked by uid 500); 11 May 2015 11:26:17 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 7854 invoked by uid 500); 11 May 2015 11:26: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 7843 invoked by uid 99); 11 May 2015 11:26:16 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2015 11:26:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 767E9182223 for ; Mon, 11 May 2015 11:26:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.551 X-Spam-Level: X-Spam-Status: No, score=0.551 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Authentication-Results: spamd3-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 (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id f7NeO6yksFzf for ; Mon, 11 May 2015 11:26:12 +0000 (UTC) Received: from homiemail-a79.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 79CCD45419 for ; Mon, 11 May 2015 11:26:12 +0000 (UTC) Received: from homiemail-a79.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a79.g.dreamhost.com (Postfix) with ESMTP id 481F07D4070 for ; Mon, 11 May 2015 04:25:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=theneura.com; h=from:to :references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=theneura.com; bh=X11L YA/O7a6RmB7TUQSgnDymU1o=; b=esoJaHaHypN9dNp+aJ6+RJ51qKcNVkIm1JUG hd7ypqAcJgNwbKjUALL5B3t4aitKKaAjdbS7gW+Nk9XBHkRen0eas6g0i6ZeKIQG c41uZimn0PF4ZqPRT21aS8JluWioh5OFm/g+O4AAtHlCm/CRPU6D4CXoxZO9ww8Z k7BOkfk= Received: from QAPC (bzq-109-64-63-216.red.bezeqint.net [109.64.63.216]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: erez@theneura.com) by homiemail-a79.g.dreamhost.com (Postfix) with ESMTPSA id 558007D406E for ; Mon, 11 May 2015 04:25:01 -0700 (PDT) From: "Erez Naim" To: "'JMeter Users List'" References: <555083D4.80405@gmail.com> In-Reply-To: <555083D4.80405@gmail.com> Subject: RE: What is alternative function of __P() and __property() for variables? Date: Mon, 11 May 2015 14:24:58 +0300 Message-ID: <01ac01d08bdd$1f32f190$5d98d4b0$@theneura.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQKtl+15dlghy7jw4SiaQPJ7JNIk2pu8iNlQ Content-Language: he Where do u want to use ? while loop? If you want to use it in while loop = you can use this condition:=20 ${__javaScript("${var}" !=3D null)} Use afterwards beanshell processor which will get into the sampler and = put a variable into it by using beanshell functions like "vars.put" and = "vars.get". Good luck!=20 --Erez-- -----Original Message----- From: Bob [mailto:b.meliev@gmail.com]=20 Sent: Monday, May 11, 2015 1:26 PM To: JMeter Users List Subject: What is alternative function of __P() and __property() for = variables? Hi, What is alternative function of __P() and __property() for variables in = JMeter? How I can define the condition: if Var1 is empty use default = value or another variable? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org