what are the best books to learn about junit, jmock and testing generally? Currently I’m reading pragmatic unit testing in Java, I’m on chapter 6 its good but it gets complicated.. is there a book for a bottom up? from your experience which helped you get the testing concept
what are the best books to learn about junit, jmock and testing generally? Currently
Share
For me, the best thing that has helped me learn unit testing is reading the many blogs out there.
After that there are books such as Test Driven Development by Example by Kent Beck, xUnit Test Patterns, The Art of Unit Testing etc.
Some books are for java, others for C#…I don’t really think it matters which language you read about TDD in as it all helps in one way or another.