如何使用脚本/程序(如java)通过调用cobol的编译/运行命令来编译/运行cobol?
我们正在使用RDI(IBM Rational Developer for System i)进行cobol开发工作,我们渴望为我们的程序编写自动化测试用例,以使测试工作变得更加容易。但我们不知道如何使用脚本来编译和运行cobol,它在i系列服务器上。
目前,我们的解决方案是使用脚本准备测试数据(将数据插入数据库/文件),然后在 RDI 上手动运行 cobol,最后运行脚本检查结果。它使我们的工作变得更加轻松,但仍然不是真正的自动化测试。
所以,我想知道是否有一些方法可以根据脚本调用编译和运行过程,例如eclipse headless或telnet技术。
We are using RDI (IBM Rational Developer for System i) to do cobol development work, we are eager to write automation test cases for our program, to make the testing work easier. But we don't know how to use script to compile and run cobol, which on i-series server.
For now, our solution is that we use scripts prepare test data (insert data to database/files),and then run cobol on RDI manually, finally, run scripts to check the results. It makes our work easier, but still not real automation test.
So, I want to know if there are some methods to invoke the compile&run process according to scripts, such eclipse headless or telnet technologies.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们已经找到了解决方案:使用telnet来编译/运行程序。因为绿屏是telnet的一种,所以它可靠。
We've already found the solution: use telnet to compile/run program. Because green screen is one kind of telnet, it reliable.