Unit Testing: Executing JUnit Tests

placeholder

JUnit the Java unit testing framework can be used with an IDE but also with a build system such as Maven. Furthermore JUnit ConsoleLauncher a stand-alone application can be used to launch the platform from the command line. This course will dive deep into the use of Maven as well as the JUnit ConsoleLauncher to run all and specific test cases in your application. Begin by running all test cases you have written for your app using Maven. Then run specific tests and define groups of tests using JUnit tags. Next run the tests from the command line. Finally execute such tests using the JUnit ConsoleLauncher which can be run from a shell without other tools such as Maven. Upon completing the course youll be able to execute JUnit test cases from the command line using Apache Maven and the JUnit ConsoleLauncher.