Can I Get a Tester?

 What makes a good tester? I have pondered this question for a while. I love testers because the make my code so much better, and I think they are extremely fascinating creatures J. In a current project that we are working on, we have invoked the power of Unit Testing and some parts of Test Driven Development. We have about ~100 - 150 Unit Tests per assembly, and each assembly is akin to framework code. So now that we have these Unit Tests, the test cases that I see coming back from the testers seem just like our Unit Tests. I have never given this much thought before, but by doing unit testing have we raised the bar for testers? No longer can they just test all my public API’s with random data, because the unit tests cover 90% of that. So what do testers have to do now?

I am definitely not a tester, but as a developer it is in my best interest to see the test guys that I work with succeed, so I thought I would give some interesting pointers to things I have found that might be useful in this space. The writings from Brian Marick, Bret Pettichord and Lisa Crispin I find very interesting. Bret’s article Where are the Testers in XP? I think answers most of my questions. I would love to here thoughts from other testers out there on this topic so as a developer I can learn more. “Can I get a witness?” J