This section describes how to prepare various versions of C++Builder applications for testing.
In This Section
When You Need to Prepare C++Builder Applications
Explains when you need to prepare your C++Builder application for test.
Preparing C++Builder XE2 - XE8 and 10 Applications for Testing
Explains how to add debug information to applications created in Embarcadero C++Builder XE2 – XE8 so that your tests have access to all internal members of application objects.
Preparing C++Builder XE Applications With Debug Information
Explains how to add debug information to applications created in Embarcadero C++Builder XE so that your tests have access to all internal members of application objects.
Preparing C++Builder 2009 - 2010 Applications for Testing
Explains how to add debug information to applications created in Embarcadero C++Builder 2009 - 2010 so that your tests have access to all internal members of application objects.
Preparing C++Builder 2007 Applications for Testing
Explains how to add debug information to applications created in CodeGear C++Builder 2007 so that your tests have access to all internal members of application objects.
Preparing C++Builder 2006 Applications for Testing
Explains how to add debug information to applications created in Borland C++Builder 2006 so that your tests have access to all internal members of application objects.
Preparing C++Builder 6 Applications for Testing
Explains how to add debug information to applications created in Borland C++Builder ver. 6 so that your tests have access to all internal members of application objects.
Preparing Developer Express VCL Components for C++Builder Applications
Explains how to re-compile Developer Express VCL components with debug information so TestLeft can obtain access to such components in a tested C++Builder application.
Preparing TMS Software VCL Components for C++Builder Applications
Explains how to re-compile TMS Software VCL components with debug information so TestLeft can obtain access to such components in a tested C++Builder application.