Michael Justin’s Weblog

Fun with Software Development

Archive for June 2008

Automatic Unit Tests for Delphi VCL Applications

without comments

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

Read the rest of this entry »

Written by Michael Justin

June 22, 2008 at 6:40 am