Glossary

Unit Testing

Testing individual COBOL programs or paragraphs in isolation, verifying that specific inputs produce expected outputs. COBOL unit testing frameworks include IBM zUnit (part of IDz), COBOL-Check, and custom harness approaches. (Ch. 34) See also: *Integration Testing*, *Test Harness*.

Learn More

Related Terms