nish_b
5 years agoContributor
TestComplete Command Line
I want to make the command for execution of TestComplete tests as generic as possible without any hardcoded path. I have below queries regarding the use of Command line interface for TestComplete tes...
- 5 years ago
Project.Filename, aqDateTime, etc.... are all objects/properties that are only present in the runtime execution of the project... they are not valid as part of the commandline as the project hasn't executed yet.
To do what you want, you'll need to use some other tool like PowerShell or some BASIC within a batch file or something to make your commandline more generic
- 5 years ago
You can definitely pass in arguments from the command line:
There is section at the bottom that describes how to do so.