Hi,
As a developer, we are required to test our code to some extent to find bugs (destructive/negative testing mainly, and unit tests). What is a good book that covers the level of testing a developer has to do and the best way to do it/best practises? The book can briefly list the types of testing a dev doesn't usually do (e.g. load testing), but preferably not in much detail as the focus should be on the testing required to be done by a dev (As that's what I want to build up on etc...).
Many Thanks