Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-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 8DF7192B7 for ; Fri, 17 Feb 2012 19:46:07 +0000 (UTC) Received: (qmail 32617 invoked by uid 500); 17 Feb 2012 19:46:07 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 32584 invoked by uid 500); 17 Feb 2012 19:46:07 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 32575 invoked by uid 99); 17 Feb 2012 19:46:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 19:46:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.167.159.180] (HELO mail.digitalprimates.net) (66.167.159.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 19:46:00 +0000 Received: from DPSBS1.digitalprimates.local ([fe80::5823:d1b4:86c2:3ad0]) by DPSBS1.digitalprimates.local ([fe80::5823:d1b4:86c2:3ad0%22]) with mapi id 14.01.0289.001; Fri, 17 Feb 2012 13:48:52 -0600 From: "Michael A. Labriola" To: "flex-dev@incubator.apache.org" Subject: RE: Testing Framework Site Update Thread-Topic: Testing Framework Site Update Thread-Index: AQHM7RioheZe2Bk3IkepzScZmjctGZZBAj6AgABe2CCAABiQ9IAABeJw Date: Fri, 17 Feb 2012 19:48:51 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.254.54] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 >Yes the Marshall Plan is not about units, but I assume there is some visio= n for how to do "integration testing" or "functional testing". I thought F= lexUnit had the ability to do more than just "unit tests". Or do you think = we can ship >a valid release just by unit tests? Alex, I don't think we can ship a valid release by just unit testing. I think uni= t testing is one of many types of tests we need for a valid release. That's= why I still think mustella is very important. I am sure we can figure out = a way to work on something that can do what we need. FlexUnit runs tests in= isolation, prototype version actually runs all tests in their own domain, = but right now it doesn't have the idea of bridging a test run across multip= le invocations of the Flash Player. All tests are done within a single invo= cation. So, just something to be brainstormed as well. Cheers, Mike =20