Add a test step that can execute a console application without the need to script it. The test step is considered passed if the application exits with exit code 0 and failed for any other exit code. In case of failure all text on the error stream is stored in the test report.
Add a test step that can execute a console application without the need to script it. The test step is considered passed if the application exits with exit code 0 and failed for any other exit code. In case of failure all text on the error stream is stored in the test report.