Archive for June 2008
Automatic Unit Tests for Delphi VCL Applications
The OpenCTF component test framework helps to build automatic tests for all (visual and non-visual) VCL components in a Delphi application. It is based on the DUnit framework.
How does it work?
- OpenCTF iterates over the Forms and DataModules and dynamically creates test cases for the components
- Customized test classes detect which components have to be tested, and configure the test steps