13 years ago
Checking the testresult errorcode
I am using testcomplete with a batch file command line: IF ERRORLEVEL 3 GOTO CannotRun IF ERRORLEVEL 2 GOTO Errors IF ERRORLEVEL 1 GOTO Warnings IF ERRORLEVEL 0 GOTO Success A...