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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.