dev@glassfish.java.net

Re: what is the difference between appserv-tests\devtests and tests\quicklook

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Mon, 24 Sep 2012 08:52:43 -0500

The quicklook tests consist of 105 tests that run relative quickly (thus
the name). These tests are run as part of every build, and if a change
causes a test to fail, the developer gets email and expected to fix the
problem immediately.

The devtests are much more extensive, consisting of thousands of tests.
These take much longer to run, and the way to run them varies from suite
to suite.

The way that the tests are developed is different too, with quicklook
generally being created by a single person for the whole project (with
contributions from others), while the devtests are created by developers
that are writing the code.

Tom

On 9/24/2012 8:33 AM, leisore wrote:
> Hi
>
> I see [tests/quicklook] under the V3 source code, which also has some
> test cases.
> what's the difference between [tests/quicklook] and automated test cases
> [appserv-tests/devtests]?
>
> Regards,
> Leisore