Use of automatic test cases 

Use

Type C test cases are used to test R/3 transactions automatically. The transactions usually run without user interaction. System messages can be checked and database changes tested. Tests are logged.

Type C test cases have all CATT functions.

Procedure

  1. Create simple test cases (test modules) to test individual transactions. Use the recording functionality.
  2. Create test cases which use the test modules in a meaningful sequence. You can create transaction sequences which correspond with your business processes.
  3. Create test case variants.
  4. Manage the test cases in the Test Workbench.
  5. Run the test cases and analyze the logs. You may have to retest test cases in which errors occurred.