Try OpenEdge Now
skip to main content
Online Help
Overview of ABLUnit testing framework : Reference : Test case generation wizards : New ABLUnit Test Case Procedure wizard
 
New ABLUnit Test Case Procedure wizard
The New ABLUnit Test Procedure wizard allows you to create a test procedure (.p) file. Additionally you can select the procedure for which the test procedures should be generated.
This wizard appears when you select File > New > Test Case Procedure from the main menu or New > Test Case Procedure from the context menu of 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.
File name
(Required) Specifies the test procedure name. The .p extension is appended automatically.
Setup
Adds a test internal procedure annotated using @Setup in the test procedure.
TearDown
Adds a test internal procedure annotated using @TearDown in the test procedure.
Before
Adds a test internal procedure annotated using @Before in the test procedure.
After
Adds a test internal procedure annotated using @After in the test procedure.
Procedure to test
Specifies the ABL procedure for which you want to create the test procedure. Click Browse if you want to select a procedure file other than the current file.
Finish
Generates a test procedure with the selected annotations, which opens in the ABL Editor.