HootyMcOwlFace
3 years agoRegular Visitor
Status:
New Idea
Get and Evaluate Response of Batch-Script as Tested App
In some cases it is useful / necessary to run a batch script from Testcomplete. Unfortunately Testcomplete can't get back the status code from the batch file to get the information if the script was executed successful or not. In many cases it would be useful to get back the status code at the keyword level of Testcomplete, for example:
- execute a program to do some taks as pre condition for the following teststeps
- execute some testcases with a batch file that can't be executed by Testcomplete directly, like python testcases with the pytest framework