Forum Discussion
2 Replies
- nmrao
Champion Level 1
Interesting. What are you trying to achieve? What is your use case?
How do you usually run your programs if there is no soapui? - KarelHusaSuper 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