Forum Discussion
You can either set up error messages in your batch file as it shows in the example, or you can rerun the test in TestComplete and view the error log.
- nisgupta5 years agoValued Contributor
Marsha_R thnk you for the updates .
Where those errors are posted ? As shown in the example
:NotEnoughDiskSpace
ECHO There is not enough free disk space to run TestExecute
GOTO EndWhere the errors There is not enough free disk space to run TestExecute are posted ?
- Marsha_R5 years agoModerator
echo command causes the output to go to the screen. You would see
There is not enough free disk space to run TestExecute
on your screen whereever it is that you ran the batch file. That may not be convenient so you could add code to the batch file to write the message to a file somewhere.
- tristaanogre5 years agoEsteemed Contributor
Keep in mind... The batch files runs TestExecute... so TestExecute doesn't have any visibility as to what the batch file does... You will need to set up some sort of monitoring process to track what is going on with the remote executions.
Related Content
- 2 years ago
- 12 years ago
Recent Discussions
- 4 hours ago
- 23 hours ago