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 D74A618DC0 for ; Wed, 9 Dec 2015 05:59:49 +0000 (UTC) Received: (qmail 23886 invoked by uid 500); 9 Dec 2015 05:59:49 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 23854 invoked by uid 500); 9 Dec 2015 05:59:49 -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 23843 invoked by uid 99); 9 Dec 2015 05:59:49 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2015 05:59:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 9802F1A4099 for ; Wed, 9 Dec 2015 05:59:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.445 X-Spam-Level: ** X-Spam-Status: No, score=2.445 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RP_MATCHES_RCVD=-0.554, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id LGLcUqJ-JZvh for ; Wed, 9 Dec 2015 05:59:46 +0000 (UTC) Received: from mail.prodigious.mu (mail.prodigious.mu [196.192.3.235]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 53EC842B82 for ; Wed, 9 Dec 2015 05:59:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.prodigious.mu (Postfix) with ESMTP id 0DC1C5F865 for ; Wed, 9 Dec 2015 09:59:36 +0400 (MUT) X-Virus-Scanned: Filtered by Prodigious MailDefense Received: from mail.prodigious.mu ([127.0.0.1]) by localhost (mail.prodigious.mu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E0bkbdfbYZYS for ; Wed, 9 Dec 2015 09:59:35 +0400 (MUT) Received: from ZYAADLAPTOP (unknown [10.238.8.109]) (Authenticated sender: zyaad.gungapersad) by mail.prodigious.mu (Postfix) with ESMTPA id 76F125F864 for ; Wed, 9 Dec 2015 09:59:35 +0400 (MUT) From: "Zyaad Gungapersad" To: "'JMeter Users List'" Subject: Help to control test flow Date: Wed, 9 Dec 2015 09:55:49 +0400 Message-ID: <029301d13246$414426e0$c3cc74a0$@prodigious.mu> MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0294_01D13267.C85837E0" X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdEyQ+XcO1t4wZHBQ1qmY0aLumCAvA== Content-Language: en-us ------=_NextPart_000_0294_01D13267.C85837E0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0295_01D13267.C85837E0" ------=_NextPart_001_0295_01D13267.C85837E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello Guys, I am currently setting up a test and I am having some issues to control the test flow. Please refer to the below scenario to understand what I am trying to achieve. My test plan is as follows: Thread Group Transaction Controller 1 Transaction Controller 2 Runtime Controller Transaction Controller 3 Transaction Controller 4 Transaction Controller 5 Transaction Controller 6 Controller 1 & 2 (Launch Application and Login) - should happen only once Runtime Controller contains some transactions - this will iterate for a duration of 1 hour Controller 6 (Logout) - should happen only once All samplers are found inside the controllers. I want to run my test for the duration of 1 hour. The problem is when I set 1 hour for my thread group and 1 hour for my runtime controller, Transaction Controller 6 does not get executed. It all depends where the test flow has reached when duration hit 1 hour. How can I make the test to stop (like gradual exiting) but executes the remaining transactions when we hit the 1 hour mark before stopping the test completely? Is there a controller that will wait for the remaining transactions to execute before stopping the test even if the duration has reached 1 hour? Your assistance will be greatly appreciated. Thank You Kind Regards ------=_NextPart_001_0295_01D13267.C85837E0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello Guys,

 

I am = currently setting up a test and I am having some issues to control the = test flow. Please refer to the below scenario to understand what I am = trying to achieve.

 

My test plan = is as follows:

 

Thread = Group

         &= nbsp;      Transaction Controller = 1

         &= nbsp;      Transaction Controller = 2

         &= nbsp;      Runtime Controller

         &= nbsp;           &n= bsp;          Transaction = Controller 3

         &= nbsp;           &n= bsp;          Transaction = Controller 4

         &= nbsp;           &n= bsp;          Transaction = Controller 5

         &= nbsp;      Transaction Controller = 6

 

Controller 1 & 2 (Launch Application and Login) = – should happen only once

Runtime Controller contains some transactions – = this will iterate for a duration of 1 hour

Controller 6 (Logout) – should happen only = once

 

All samplers are found inside the = controllers.

 

I want to run my test for the duration of 1 hour. The = problem is when I set 1 hour for my thread group and 1 hour for my = runtime controller, Transaction Controller 6 does not get executed. It = all depends where the test flow has reached when duration hit 1 = hour.

 

How can I make the test to stop (like gradual exiting) = but executes the remaining transactions when we hit the 1 hour mark = before stopping the test completely?

Is there a controller that will wait for the remaining = transactions to execute before stopping the test even if the duration = has reached 1 hour?

 

Your = assistance will be greatly appreciated. Thank You

 

Kind = Regards

3D"EmailSig_Prodigious_Zyaad"

 

 

 

 

 

------=_NextPart_001_0295_01D13267.C85837E0-- ------=_NextPart_000_0294_01D13267.C85837E0--