Code Jam: Automated Unit tests with Mocks and Stubs
This is my second times go agile Hong Kong event, I go because I want to increase my testing knowledge.
This code jam introduced the mock frameworks (like Mockito, EasyMock and JMock) and discussed the limitation and usability, also demonstrated different implementation of Java Mock frameworks, it is interesting but how can I make it work with me? DI is another part of discussion, we know that DI is really powerful and very flexible for software, so some of point are discussed in this event.
I program with NUnit sometime but I have not enough knowledge to make the tests well, lots of my work had focused on domain design, reusable framework design and UI flow implementation. I have a lots of new thing are needed to be study in new company, and new environment, but I haven’t time to do so.
I hope that I can find somewhere to make the mock framework more useful for me to make the quality software product.
Tags: agile development, test-driven


October 14th, 2008 at 12:58 am
[...] thank to Kalun Wong for his summary of the evening’s [...]