You can test your Delphi applications without any specific preparations.
However, to get access to your application’s internals, prepare the application in a special way:
Preparing Delphi XE6 - XE8 and 10 Applications for Testing
Preparing Delphi XE2 - XE5 Applications for Testing
Preparing Delphi XE Applications for Testing
Preparing Delphi 2009 - 2010 Applications for Testing
Note: | TestLeft is not compatible with tools that change the debug information format (for example, EurekaLog 7). We recommend that you disable such tools before compiling your application that will be tested with TestLeft. |
To test a release build (without debug information), you can extract debug information from executables and libraries created with Delphi compilers and save it to external files. See —