New ABLUnit Test Suite Procedure wizard
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The New ABLUnit Test Suite Procedure wizard allows you to create a test suite procedure. A test suite procedure contains one or more test cases. You can select both the test class and test procedure files as part of your test suite procedure.
When a test suite procedure is run, all the test cases included in the test suite procedure are executed.
This wizard appears when you select . You can also select from the context menu in the Project Explorer view.
The following controls are available:
| Field name | Description |
|---|---|
| Container | Specifies the currently open project or a folder within the project where the test procedure is to be created. Click Browse if you want to select a project other than the current one (the default value). |
| File name | (Required) Specifies the test suite procedure name. The
.p extension is appended automatically. |
| Add | Opens the Select Class or Procedure dialog which allows you to select the test class or test procedure files which you want to include in the suite. |
| Remove | Deletes a selected test class or test procedure file from the test suite procedure. |
| Finish | Saves your selections and generates a test suite procedure file, which opens in the ABL Editor. |