I have lot of Junit testsuits in a Junit project in eclipse & wants run it using commandline, i checked one of question on stackoverflow Running JUnit from the command line which tells to run 1 testsuit using commandline but how to run them all from a project. I am using Junit3.
Asked
Active
Viewed 339 times
0
-
"*a Junit project*" <-- a *Java* project? – Duncan Jones May 24 '13 at 10:38
-
sorry we have crated a Java project & added Junit cases in it using eclipse TPTP plugin. – bhushan May 24 '13 at 11:02
-
You can build an **ant** or **maven** script that does all the test and then you will just have to execute your script from the command line. Regards, – Rodmar Conde May 24 '13 at 11:17
-
ok is there any tool which will generate script for all Junit tests in project or i need to crate it manually? – bhushan May 24 '13 at 11:19