Software Testing


Lessons Learned in Software Testing: A Context-Driven Approach
Agile Testing: A Practical Guide for Testers and Agile Teams
Explore It!: Reduce Risk and Increase Confidence with Exploratory Testing
The Art of Software Testing
How Google Tests Software
A Practitioner's Guide to Software Test Design
Test-Driven Development: By Example
Perfect Software: And Other Illusions About Testing
Testing Computer Software
Beautiful Testing: Leading Professionals Reveal How They Improve Software (Theory in Practice)
Growing Object-Oriented Software, Guided by Tests
Software Testing: A Craftsman's Approach
Exploratory Software Testing: Tips, Tricks, Tours, and Techniques to Guide Test Design
xUnit Test Patterns: Refactoring Test Code
Software Testing Techniques, 2nd Edition
In many ways, being a good tester is harder than being a good developer because testing requires not only a very good understanding of of the development process and its products, but it also demands an ability to anticipate likely faults and errors
John D. McGregor, A Practical Guide to Testing Object-Oriented Software

The approach shown... is a common pattern for testing exception-throwing behavior with JUnit.
@Test 
public void missingValueRaisesException() throws Exception {
 try {
 new Template("${foo}").evaluate();
 fail("evaluate() should throw an exception if "
 + "a variable was left without a value!");
 } catch (MissingValueException expected) {
 }
}
...more
Lasse Koskela, Test Driven: Practical TDD and Acceptance TDD for Java Developers

More quotes...
This the reading group for software testing and automation meetup group memebers
1 member, last active 11 years ago
Reader club of KMSers and friends This is a small group for us to share and recommend about books and reading. And it's open to ev…more
79 members, last active 9 years ago
Books For All Software Testing Professionals
9 members, last active 13 years ago
apploft. Book Club apploft. GmbH
8 members, last active 3 years ago