Run the TestCase
class as a JUnit test, or as a Java application. Running as a JUnit test provides a richer user experience by providing results in the JUnit view. Running as a Java application allows the TestCase
to be run as part of an automated test framework. Java application test case results appear in the Eclipse IDE in the Console view.
To run unit test cases:
Right click the TestCase class and select Run As.
Select JUnit Test or Java Application.
Design Studio displays the results in the JUnit view or Console view, depending on your selection in step 2. Logging information is sent to the Console View.