Forum Discussion

clay's avatar
clay
Contributor
7 years ago
Solved

Multiple project items on a command line?

We are generating command procedure files dynamically and running test sets via the TestComplete command line interface.   Is it possible to execute a sequential set of arbitrary project items with...
  • tristaanogre's avatar
    7 years ago

    Not multiple items, no... It's one project item per line.  This is where a framework structure that executes tests based upon data rather than on internal test complete structures seems to work best... to run a particular set of tests, you just need to configure the data.  I've done it with Excel files, CSV files, and SQL data.  You might want to investigate engineering this kind of structure to indicate what you want to run.