beginTC
2 years agoOccasional Contributor
Automate Testcomplete with batch file
I would like to know if there is a way to run a batch command in Windows to run function in TestComplete, and then print the return value in stdout.
My overall goal is actually to run two batch commands in the same batch file. The first batch command will run a function in Testcomplete, and then the 2nd function will use the return value from the first batch command as input.
Thanks!