Weekly essays on testability, testing and being a tester.
April 2008 - Posts
-
How to get a free lunch in testing. I hear people talk about getting testing "for free" quite a bit. The reasoning goes something like this. “If we do a complete functional test of the product, we don’t need to test underlying APIs, stored procedures Read More...
|
-
Scenarios, also known as use cases, are key to getting people up to speed on what you plan to test and keeping your tests focused on user needs. I have looked at a lot of scenarios lately and they all needed some love. There is a pattern to really good Read More...
|
-
http://blogs.msdn.com/imtesty/archive/2008/03/28/gui-automation-and-roi.aspx I.M. Testy says concisely what I have been preaching for a long time. Targeting the GUI for automation doesn't make sense while it's a moving target. Move your tests up the stack. Read More...
|
-
When should (automated) testing be random? I recently posted a blog post about unit tests. In it I used some random number generation to do some testing. Some people pointed out that randomness might be bad in some circumstances. So when should you use Read More...
|