aspose file tools
The moose likes Testing and the fly likes using Test suite Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "using Test suite" Watch "using Test suite" New topic
Author

using Test suite

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 643
what is the advantage of using Test suite ?
i mean we can write junit test without Test suite?
Marco Ehrentreich
best scout
Bartender

Joined: Mar 07, 2007
Posts: 1221

Hi Aruna,

a test suite is basically a way to group one or more tests into suites. Suites can be combined to suites of suites to form arbitrary hierarchies of tests. This makes it for example easy to run only specific subsets of tests by running a suite containing only the interesting test. Or you can only run the suite(s) with tests which is needed for the application part you are currently working etc.

Marco
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: using Test suite
 
Similar Threads
Tomcat OutOfMemory Exception
Running test suite from ant
JUnit beginner
Test Suites
test suite