Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 53705 invoked from network); 8 Jul 2010 10:05:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jul 2010 10:05:54 -0000 Received: (qmail 93127 invoked by uid 500); 8 Jul 2010 10:05:53 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 92781 invoked by uid 500); 8 Jul 2010 10:05:51 -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 92773 invoked by uid 99); 8 Jul 2010 10:05:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 10:05:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [80.150.73.7] (HELO mail.exedio.com) (80.150.73.7) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 10:05:42 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.exedio.com (Postfix) with ESMTP id 3BEC231A30B; Thu, 8 Jul 2010 12:04:52 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.exedio.com Received: from mail.exedio.com ([127.0.0.1]) by localhost (mail.exedio.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iy0oOMvsFfWU; Thu, 8 Jul 2010 12:04:52 +0200 (CEST) Received: from [10.20.20.116] (pc16.dd.exedio.com [10.20.20.116]) by mail.exedio.com (Postfix) with ESMTPSA id 0B7F831A095 for ; Thu, 8 Jul 2010 12:04:52 +0200 (CEST) Message-ID: <4C35A2EA.9080005@exedio.com> Date: Thu, 08 Jul 2010 12:05:30 +0200 From: Karsten Gaul User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: JMeter Users List Subject: Re: Think time and duration of test References: <104729.66053.qm@web51705.mail.re2.yahoo.com> In-Reply-To: <104729.66053.qm@web51705.mail.re2.yahoo.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Suresh, I'm not sure but i suggest you try the interleave controller and the csv config element. How? 1. Write a csv file containing think time and url like this 2000 /home/1.htm 3000 /home/2.htm 450000 /home/post.htm (long time but he could not remember his name) The variable names for your CSV element are TIME and URL seperated by komma. 2. now take this 'constant timer' and put the variable ${TIME} in. It's not that 'constant' anymore now. 3. Now put all your samplers in an interleave controller and write ${URL} in each 'url' field. Since the interleave controller takes only one sampler per iteration you need to set the loop count to at least 15 (the number of samplers). For each iteration, one line of the csv is read. I think this is the better solution since users do not only think when filling out some forms but also when they simply browse. You may even reduce the number of samplers to 2 (one for POST and one for GET requests) using the if-controller instead of the interleave controller. cheers Karsten Am 08.07.2010 11:17, schrieb Suresh Rajachar: > Hi Stan, > > Thanks for the suggestion. > I have 15 samplers in my test plan. I have to add think time before one > particular post sampler. > > > So, i can add the 'Test action with timer as child' to this sampler.?? or i can > add 'Test action with timer as child' as a child to the entire thread group? > > > Regards, > Suresh R --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org