Forum Discussion
KarelHusa
9 years agoSuper Contributor
it depends what kind of interface does your cobol program expose. If HTTP or SOAP, then you can make a standard test case.
If the only interface is startup parameters, you need to employ a Groovy Script test step. In that case you need to write a Groovy script, which executes the program and evaluates its output against expected values.
Karel