How do I compile TestComplete tests into an executable?
A.: You can’t. To run a test, you must install either TestComplete or TestExecute on the computer where the tests will run, and then open and execute your test projects using this instance of TestComplete or TestExecute (TestExecute is a resource-friendly utility that is used to run test projects on computers where TestComplete is not installed). You may also export the recorded script code to your Visual Basic, C++, C# or Delphi application, and this code will become part of the application’s code. You can then run this code from your application. For more information on this, see “Connected Applications” and “Self-Testing Applications” in TestComplete’s help system.