| 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
|
 |
 |
|
|
subject: using Test suite
|
|
|