As the presentation layer developer, I found it is difficult to do unit test. The action classes in this layer call the methods of business layer, which return the interface of data from the persistence layer. In order to do unit test in presentation layer, I have to duplicate the work of other layers. Could anyone give me some suggestions?
Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

