Use this process to create a unit test project in your workspace, where you can either directly populate it with the code
under test, or link it to other projects in your workspace.
-
While in the COBOL perspective, click
.
The New COBOL Unit Test Project dialog box appears.
-
In the
Project name field, type a name for the project.
-
Click
Finish.
The project is created, and displayed in the COBOL Explorer pane.
You should now create a test fixture file, in which you can code your test cases.