Try OpenEdge Now
skip to main content
Online Help
Overview of ABLUnit testing framework : Reference : Test case generation wizards : New ABLUnit Test Suite Procedure wizard
 
New ABLUnit Test Suite Procedure wizard
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 File > New > Test Suite Procedure. You can also select New > ABLUnit > Test Suite Class 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.