Create/modify a test case from ANAGRA2.cbl

Use the Create/modify a test case window to create/modify a test case from the ANAGRA2.cbl sample program.

Creating or modifying a test case

Before you begin

This procedure uses a sample program included with the product. It also uses a remote z/OS® project that was created by the sample setup procedure. Before using this procedure, set up the sample file and project by using the instructions in Setup instructions.

Procedure

  1. In the z/OS Projects view, expand ZUnit Enterprise COBOL test data samples > sample > <HLQ>.ZUNIT.COBOL.
  2. Right-click the ANAGRA2.cbl source file and click z/OS Automated Unit Testing Framework (ZUnit) > Generate Test Case.
    The Create/modify a test case window opens.
    Create/modify test case window
  3. In the Test case name and Test case description fields, type AZUTC003.
  4. Optional: Click Options.
    The Preferences window opens. The Data set name, Test data layout, and Test data fields are populated with default data set names that are defined in the property group that is associated with the project. ZUnit Preferences
  5. Click OK.
  6. Click Next.
    The Test Case Editor opens. It displays the data records defined in the ANAGRA2.cbl source file and columns for input data and expected output data.
    Test Case Editor

Results

The Create/modify a test case wizard generates the following generation configuration and test data layout (XSD) files and stores them in the locations that are defined in the property group:
  • ANAGRA2.xml: The test case generation configuration file stores information that you enter into the Generate a test case window, information that you enter in the Test Case Editor, and information about files that are generated by ZUnit.
  • *.xsd: Test data layout files define the XML schema for the test data files that are generated when you enter test data into the Test Case Editor.
Generation configuration and test data schema files

What to do next

Add data to the AZUTC003.cbl test case