Software Testing Blogs: Load Testing, Unit Testing, Functional Testing

The False Dichotomy of Tests

January 13, 2011 0

In this blog post, Gojko Adzic discusses the different categories we use to classify tests: unit testing, acceptance testing, etc.

Managing Branches in Static Analysis

January 11, 2011 0

This blog post discuss the options of running static analysis when you use a branches strategy for configuration management. The conclusion is that doing some analysis on the development branches enables developers to fix problems sooner which pays off in higher quality software earlier and better productivity.

Google Testing New Year Resolutions

January 7, 2011 0

James Whittaker posted these very good New Year resolutions on Google Testing blog: 1. I will listen to users more and developers less. 2. I will push all implementation testing issues to developers. 3. I will endeavor to tie together all user-oriented testing.

Making Too Much of TDD

January 3, 2011 0

This blog post discusses how a Test-Driven Development approach can coexist with good design requirements when a system wants to evolve. Can we just refactor or do we need to think more about design in the first place? Evolution of code and design could depend on the programming language and design granularity.

Teaching Programmers to Test

December 24, 2010 0

“Would you trust a programmer to test your application? It’s like asking a Fox to guard the chicken-house, right?” This is the beginning of this post that deals with the issue of having programmers testing their own code.

1 19 20 21 22 23