This section describes how to prepare Delphi applications compiled with various versions of the Delphi compiler for testing.
In This Section
When You Need to Prepare Delphi Applications
Explains when you need to prepare your Delphi application for test.
Preparing Delphi XE6 - XE8 and 10 Applications for Testing
Explains how to add debug information to applications created in Embarcadero Delphi XE6, XE7, XE8 or 10, so that your tests have access to all internal members of application objects.
Preparing Delphi XE2 - XE5 Applications for Testing
Explains how to add debug information to applications created in Embarcadero Delphi XE2 - XE5, so that your tests have access to all internal members of application objects.
Preparing Delphi XE Applications for Testing
Explains how to add debug information to applications created in Embarcadero Delphi XE, so that your tests have access to all internal members of application objects.
Preparing Delphi 2009 - 2010 Applications for Testing
Explains how to add debug information to applications created in Embarcadero Delphi 2009 - 2010 for Win32, so that your tests have access to all internal members of application objects.
Preparing Delphi 2006 - 2007 Applications for Testing
Explains how to add debug information to applications created in CodeGear Delphi 2007 for Win32, so that your tests have access to all internal members of application objects.
Preparing Delphi 7 and 2005 Applications for Testing
Explains how to add debug information to applications created in Borland Delphi v. 7 and Delphi 2005 for Win32, so that your tests have access to all internal members of application objects.
Describes TestLeft StripTDS utility which can be used to strip off the modules’ internal debug information into external files.