tags:

views:

123

answers:

4

I've read a number of great books on software design, software management. In these books, you can find authors with passion and readers who get excited about the latest thing, whether it's agile, patterns, BDD. A typical engineering team is constantly buzzing about these things and arguing in the halls about whether buzzword X is a load of hooey or the greatest thing ever. Where are the exciting books on testing software? Software testing could be so much more exciting. I'm looking sexy testing books.

  • Are for the role of black-box and system integration testers who, in the end, make sure we don't ship a turd.
  • Not a dry book like "Best practices in formal software quality assurance."
  • They give the reader a paradigm or meme to get fired up about. Something like the agile manifesto from the perspective of the tester, not management.
A: 

It's definitely not sexy but it's a great resource on software testing.

Check out Gerard Meszaros's xUnit Test Patterns: Refactoring Test Code book.

Vadim
Sexy book, but that's a book for engineers writing code, not the black box testers.
Precipitous
+1  A: 

I think there are couple of great speakers about software testing: Robert Sabourin, James Bach and Bob Galen.

Jay
I'll give a point here. So far the only interesting thing I've found is Sabourin's Am I Bug: http://www.amibug.com/iamabug/p01.html
Precipitous
+1  A: 

I haven't finished it yet but James Whittakers new book, Exploratory Software Testing, might fit the bill based on what I've read so far.

Ron Pihlgren
I'm reading it now. I'd summarize the book as: well written but mostly common sense.
Precipitous
A: 

How about "Lessons learned in Software Testing"? I'm a black-(sometimes gray-)box tester and I enjoyed it. Not sure though if it'll be sexy enough for you (to each his own :]).

testr