Is it possible to execute TestComplete tests from MSBuild projects?
A.: Yes, it is possible if you have TestComplete Enterprise edition with the MSBuild Integration package installed. To execute a TestComplete project suite from MSBuild projects, you should register a special task type. The registration is done via the UsingTask element whose attributes specify the task name and the name of the assembly that will perform the task. Upon registering the task type, you can use the ExecuteSolution element to initiate execution of the desired TestComplete project suite. The sample code is similar for the fourth and fifth versions of TestComplete, except for the task registration information. Here is a sample code snippet for TestComplete ver. 4: File: MSBUILD.proj