Previous Topic Next topic Print topic


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.

    The New COBOL Unit Test Project dialog box appears.

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

    The project is created, and displayed in COBOL Explorer.

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

Previous Topic Next topic Print topic