Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 46784 invoked from network); 31 Aug 2010 14:00:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Aug 2010 14:00:56 -0000 Received: (qmail 69267 invoked by uid 500); 31 Aug 2010 14:00:55 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 69085 invoked by uid 500); 31 Aug 2010 14:00:53 -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 69077 invoked by uid 99); 31 Aug 2010 14:00:52 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 14:00:52 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of syedfazalali@gmail.com designates 209.85.215.172 as permitted sender) Received: from [209.85.215.172] (HELO mail-ey0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 14:00:43 +0000 Received: by eyd10 with SMTP id 10so4034172eyd.31 for ; Tue, 31 Aug 2010 07:00:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Zstn+x8zc1/fq6nwZ+KFJHdsHzS751BNVPIhiXUfbfE=; b=KGUweyTBtZVXcRQUR38Ij/i1GymJXWLYdbVhj3klVXdmGa42uWYpBYzSjk6n0gC7wi xAcaW13pobN4PtL12yEcvy5CDaPh28PkMhsaMyRhVnkjKhROnxYGNel5rbnU5j5mofrC /7g4CgauCoCetzcrNofRaf6QooNGQG7aZMzjg= 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=K3euHKxMmcGrZFDMspp6OxiUz9/wTLwDJSt2AwawqYuauhN6hNuqAh9hF1hsJhCX+x li3SheYe0nTbG4LawnH/MBKqsINOVnZo5lgHyScA880TLnmivKNEeJhRXl4Jqb0BY1CI eLifS9R/f6iWypf75mg0VeHJQQXDwQJlNYETw= MIME-Version: 1.0 Received: by 10.216.159.131 with SMTP id s3mr6343683wek.99.1283263222838; Tue, 31 Aug 2010 07:00:22 -0700 (PDT) Received: by 10.216.59.3 with HTTP; Tue, 31 Aug 2010 07:00:22 -0700 (PDT) In-Reply-To: References: Date: Tue, 31 Aug 2010 09:00:22 -0500 Message-ID: Subject: Generating Multiple Summary Reports from command-line ant task in JMeter From: Fazal Syed Ali To: jmeter-user@jakarta.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Everyone, I have multiple test cases in my JMeter test plan and have a summary report attached to each test case. My test plan looks like this: TestPlan =A0 =A0 | =A0 =A0 | =A0 =A0 |---TestCase1 =A0 =A0 | =A0 =A0 =A0 =A0| =A0 =A0 | =A0 =A0 =A0 =A0|------Summary Report1 =A0 =A0 | =A0 =A0 | =A0 =A0 |---TestCase2 =A0 =A0 | =A0 =A0 =A0 =A0| =A0 =A0 | =A0 =A0 =A0 =A0|------Summary Report2 =A0 =A0 | =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0. =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0. =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0. I am running the above test through the command line ant task and I just get one consolidated report(.jtl file)for all the test cases. Is there a way to generate multiple reports(each report for a test case) through the JMeter ant task? Also, is there a way I can save all of the summary reports in .csv format instead of .jtl format? Any help on this will be very highly appreciated. Thank you very much for going through this email. Thanks, Fazal --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org