9
votes
Developer testing vs. QA team testing - What is the right division of work?
It's the difference between "black box" testing (where you know what the code us supposed to do, but not how it works), and "white box" testing (where knowing how it works drives how you test it). …
