Posts under ‘Testing’

Unit testing vocabulary

I just saw Martin Fowler’s little note about the vocabulary of unit testing, and I thought it was so clear and helpful that I had to share it.
Just seeing the words and the definitions listed side by side clarifies several approaches to what is proabably the hardest part of unit testing – keeping your tests [...]

Worth Reading – Testing Anti-patterns

Thanks to Frank Kelly for pointing out James Carr’s great list of testing anti-patterns – things to really avoid when writing automated test cases. This is definitely a page worth reading.