Create test cases using ABLUnit
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A test case is a test class containing one or more test methods or one or more test procedures. By default when a test case is run, all contained test methods or test procedures are also run.
Progress Developer Studio for Open Edge provides the following ABLUnit wizards:
- New ABLUnit Test Class
- New ABLUnit Test Procedure
- New ABLUnit Test Suite Class
- New ABLUnit Test Suite Procedure
Note: You can create test cases or test suites using the ABLUnit wizards or create a new
ABL Class or Procedure file, and manually enter the required test
annotations.
To create a test case using the ABLUnit wizard: