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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
NeoKicks might work if the application only uses CICS as some sort of display manager - if that is all you are getting from CICS you are really short-changing yourself! – NealB Jan 14 '11 at 15:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.