Using the test runner, you can run a test suite (containing multiple test cases) or you can run individual test cases within a suite.
If you run a test suite from the Visual COBOL command line or shell prompt, the options you specify are applied to all test cases that are run.
You can also run a test suite using a test fixture file (.mfu file), which provides some additional options that you can apply on an individual test case basis. Alternatively, you can use dynamic metadata in a test case by including an entry point called during the preparation stage of the test case. Then, during the execution of the entry point, you can update the metadata for the test case by changing various fields exposed through the mfunit.cpy copybook.