views:

55

answers:

2
+2  Q: 

list Mocking Books

Hi guys

can anyone list if any books are available on mocking? for .NET

Currently i am reading ASP.NET MVC 1.0 Test Driven Development: Problem - Design - Solution by Emad Ibrahim

it's good book but you get lost with just code snippets. It would have been great if at the end of each chapter he had some artifacts

+1  A: 

Unsure of which language you're using, but for .Net, there is a good section on mocking frameworks in The Art of Unit Testing by Roy Osherove.

Bob Palmer
A: 

I enjoyed Growing Object Oriented Software by Freeman / Pryce, if you want to learn the approach. The examples are in Java/JUnit/JMock, but the ideas are portable to any language.

Learning the syntax of a mocking framework is another story though.. You basically have to work your way through that once - i jotted the common scenarios down on my blog for Rhino, JMock & Moq.

Gishu
hi Gishu can you please provide link to you blog
Snehal
@Snehal - click on the link with my name to reach my profile, which has the url you need
Gishu