Is there a way of running a batch of JUnit tests thru Eclipse? I have a number of JUnit tests (separate java classes) which I generally need to run individually. The tests are organized in separate classes to separate different categrory of tests. Does Eclipse offer anything so that I can configure these n number of Junit tests, or can someone suggest a script which can be fired from Eclipse which can execute all these Junit tests.