Create a Unit Test Project

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.
  1. While in the COBOL perspective, click File > New > COBOL Unit Test Project.

    The New COBOL Unit Test Project dialog box appears.

  2. In the Project name field, type a name for the project.
  3. 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.