Creating Unit Test Projects and Tests

There are three different unit test project types in which you can create test fixtures - COBOL Unit Test Project and Remote COBOL Unit Test Project for native COBOL and mainframe COBOL testing, and COBOL JVM Unit Test Project for COBOL JVM testing.

Within these projects, each test fixture file you create will contain one or more test cases. The type of test case you create depends on the type of testing required: see Types of Unit Test for more information.

Once you have created a unit test, refer to the Writing Tests section for help with the different elements of a test case, including how to code the outcomes of your tests. A number of coding snippets and examples are also included.