Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Vasanth,
You could specify the names of tests to be executed in the TestComplete command line. If this option works for you, you will need to create a special function that will parse the command line correctly. Please refer to the "Pass parameters via the command line" article for details.
Also, there are several other options you can consider. One of them is to configure your tests by groups in the Test Item panel. In this case, you can execute the specified group of tests on a computer. The "Run the specified group of test items via TestComplete's command line" article contains a sample script demonstrating this approach.