Creating a Unit Test Project

Test fixture files (and the test cases within them) can only be created in a unit test project.

  1. While in the COBOL perspective, select File > New > COBOL Unit Test Project.

    This opens the New COBOL Unit Test Project dialog box.

  2. In the Project name field, type TestAirportDemo.
  3. Click Finish.

    The project is created, and displayed in the tree view.

Next you must add the test fixture file that will contain your test cases.