Forum Discussion

nish_b's avatar
nish_b
Contributor
5 years ago
Solved

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...
  • tristaanogre's avatar
    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