Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 58082 invoked from network); 28 Jan 2009 13:16:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2009 13:16:46 -0000 Received: (qmail 34149 invoked by uid 500); 28 Jan 2009 13:16:42 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 34124 invoked by uid 500); 28 Jan 2009 13:16:42 -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 34096 invoked by uid 99); 28 Jan 2009 13:16:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 05:16:41 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 13:16:34 +0000 Received: by ug-out-1314.google.com with SMTP id m2so576775uge.24 for ; Wed, 28 Jan 2009 05:16:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=LegoZHwam41+D6kYNxG/NBJ6nUs5YZu+VUjTFC1cxdQ=; b=BmIW3Q7fZiRmyW+SJ0K4qcHO6LvgpbmKVbXSGRm7LIaGQujbGtmPK1z7ACf2cfiWeg 1xh9fxwL1PcxhO/SYfl6MW3s88cKYCEz0Gk+XPW/a8Ve1tFU48JBkYvdPFrAyg1km+V+ jwALgV/neM6rDGYGLybEW1RGcJE14Nxzbr9Z8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=BFz3HGlZSkTDSnkkhZ1UA2+5qA+TAtNLgLrybkMfekCTwCRvxfwZqAioO/qGOmigI1 n07JRzMfVgnAGBZNJ0XABT5rPuCToL7fHGYbE7HnI6rKc4Gd1BHZ0f93NVgP8Zo8PqpW UToWGm+XEci1x+Qd5zFASfyMcRuu/mMI1zSnw= MIME-Version: 1.0 Received: by 10.86.96.18 with SMTP id t18mr548503fgb.12.1233148572407; Wed, 28 Jan 2009 05:16:12 -0800 (PST) In-Reply-To: <21702157.post@talk.nabble.com> References: <21702157.post@talk.nabble.com> Date: Wed, 28 Jan 2009 13:16:12 +0000 Message-ID: <25aac9fc0901280516o54f7fc57w2a10946d4e3eb632@mail.gmail.com> Subject: Re: Is it possible to throw alert in between the script From: sebb To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 28/01/2009, parray wrote: > > Hi, > While running my script i want jmeter stop executing the testplan until I > instructs it to continue. please help me in this > Thanks > This is not possible without writing some Java code. You could use any of the BSF or BSH elements (e.g. Timers) to call a routine that prompts for a key press - or loops waiting for a file to be created etc. If you want all threads to stop processing, then checking for a file will be easier to implement. > > > -- > View this message in context: http://www.nabble.com/Is-it-possible-to-throw-alert-in-between-the-script-tp21702157p21702157.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org