The Open Component Test Framework (OpenCTF) is a test case generator framework for Delphi VCL applications, which creates DUnit tests at run time. The new version 1.6.0 is a maintenance release and is now available on GitHub at https://github.com/michaelJustin/openctf Example project [sourcecode lang="Delphi"] program FormTests; uses OpenCTF, ctfStandardTests, GUITestRunner, TestForm in 'TestForm.pas' {Form1}; begin OpenCTF.RegisterFormClasses([TForm1]); … Continue reading OpenCTF 1.6.0 component test framework released