Forum Discussion
Abramova
Staff
14 years agoHi,
You can create an ordinary .js or .vbscript file that will launch the projects in the needed way and run this file from the command line.
The script will work with TestExecute via COM. In the script, you need to create a reference to the TestComplete object and then use the Integration object to perform typical actions over TestComplete, like running projects and tests. For more information about these objects and for a sample code that demonstrates how to use them, please see Working With TestExecute via COM in the online documentation.