I am new in unit testing and need some book or tutorial. I have looked alot in google, but can’t find anything. I saw this question, but there is no answer, that’s why I am asking it too.
Is there anything from which I can start?
Thanks.
I am new in unit testing and need some book or tutorial. I have
Share
The art of Unit testing
by Roy Osherove
I didn’t understand the concept of unit testing until I read this great book!
It guides you step by step from simple tests to tests that are maintainable, readable and trustworthy. It covers advanced subjects like mocks, stubs and frameworks such as TypeMock and Rhine.
HTH