Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 323BEEC9E for ; Tue, 8 Jan 2013 14:19:24 +0000 (UTC) Received: (qmail 34161 invoked by uid 500); 8 Jan 2013 14:19:23 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 34111 invoked by uid 500); 8 Jan 2013 14:19:23 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 34103 invoked by uid 99); 8 Jan 2013 14:19:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 14:19:23 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Alex.Huang@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 14:19:18 +0000 X-IronPort-AV: E=Sophos;i="4.84,430,1355097600"; d="scan'208";a="3022105" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 08 Jan 2013 14:18:57 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Tue, 8 Jan 2013 06:18:56 -0800 From: Alex Huang To: "cloudstack-dev@incubator.apache.org" Date: Tue, 8 Jan 2013 06:18:08 -0800 Subject: RE: [Discuss] Integration test Thread-Topic: [Discuss] Integration test Thread-Index: Ac3tI6eaDLl2wJRfTOu/b0tW59IetwAB5DMQAAAwi4AAAGlNcAAV/z4AAAlLqxA= Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > On 13/1/8 =1B$B>e8a=1B(B7:33, "Edison Su" wrote: >=20 > >BTW, the current junit test case can be transformed into testNG test cas= e > >in eclipse automatically. So if we decide to switch to testNG for both > >unit test and integration test, it's doable with minimal effort. But, I > >do like junit, which is just so simple to use, and the integration with > >Spring is much better than testNG. Anyway, better to just use one test > >framework for all if possible. I think it's fine to use more than one framework. I don't see why we shoul= d limit how people do their now unit tests for example. However, I do believe that integration testing is something that community = provides for community so integration testing itself should go on a single = framework. --Alex