tc_2018
6 years agoContributor
Working command line does not work in batch file
Hello Everyone,
My command line below works perfectly when running on CMD. However, when I put it a batch file, it does not execute my test. It only opens my test suite.
c:\Program Files ...
- 6 years ago
You can't run the batch file from TestComplete like that... you need to call TestComplete within the batchfile as the part of the command line as indicated. Then simply execute the batch file.