Preparing C++Builder Applications for Testing

Applies to TestComplete 15.63, last modified on April 10, 2024

TestComplete provides deep access to internal members of C++Builder applications that were compiled with debug information.

This section contains topics that explain how to include debug information in C++Builder applications compiled with different versions of the C++Builder compiler.

In This Section

When Do You Need to Prepare C++Builder Applications

Explains when you need to prepare your C++Builder application for test.

Compiling C++Builder XE2 - XE8 and 10 Applications With Debug Information

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.

Compiling 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.

Compiling C++Builder 2010 Applications With Debug Information

Explains how to add debug information to applications created in Embarcadero C++Builder 2010 so that your tests have access to all internal members of application objects.

Compiling C++Builder 2009 Applications With Debug Information

Explains how to add debug information to applications created in CodeGear C++Builder 2009 so that your tests have access to all internal members of application objects.

Compiling C++Builder 2007 Applications With Debug Information

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.

Compiling C++Builder 2006 Applications With Debug Information

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.

Compiling C++Builder 6 Applications With Debug Information

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 TestComplete 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 TestComplete can obtain access to such components in a tested C++Builder application.

Related Topics of Interest

Debug Info Agent

Describes specifics of the Debug Info Agent™ that provides you with access to applications’ debug information.

See Also

Debug Info Agent™
Debug Info Agent™ Specifics

Highlight search results