dev-testing

How do I dev test effectively?

At work, we have a pre-QA step where we (the developers) would test each other's work (broken up to individual bugs or enhancements). While this is useful to have (good to have a sort of 'double check' to make sure failures from QA are kept to a minimum; also useful to look at the stuff that other people have been doing); it has always ...

Does anyone have a short document about unit tests for devs new to unit testing?

I've been tasked with writing a short document about unit testing. Basically guidance for devs who are required to write unit tests for the first time, and are somewhat unfamiliar with it. My first response was sure I can do that, but realized that there are whole books dedicated to the subject. I'm not quite sure how to distill the top...