访问主机系统的 cobol.net 代码的模拟测试
我正在寻找一种优化单元测试的方法。
该系统是用cobol.net编写的,并使用CICS通用客户端访问主机。
有没有办法模拟对主机的调用?
I am looking for a way to optimise the unit tests.
The system is written in cobol.net and accesses a Main Frame using CICS universal client.
Is there a way to mock the call to the Main Frame?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据调用的复杂性,可能值得编写自己的程序来模拟调用。
如果您使用 Fujitsu 的 NetCOBOL for .NET,NeoKicks http://www.alchemysolutions.com/products/ NeoKicks/概述,可能值得一看。
Depending on the complexity of the calls, if might be worthwhile writing your own program to simulate the calls.
If you are using Fujitsu's NetCOBOL for .NET, NeoKicks http://www.alchemysolutions.com/products/NeoKicks/overview, might be worth looking at.