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
Testing Computer Software
The Art of Software Testing
How Google Tests Software
A Practitioner's Guide to Software Test Design
Beautiful Testing: Leading Professionals Reveal How They Improve Software
Perfect Software--And Other Illusions about Testing
Software Testing: A Craftsman's Approach
Test-Driven Development: By Example
Exploratory Software Testing: Tips, Tricks, Tours, and Techniques to Guide Test Design
Foundations of Software Testing ISTQB Certification
Software Testing
Growing Object-Oriented Software, Guided by Tests
Clay Shirky
The simplest answer is that the user had access to reality—every company builds a bubble around itself, where the products get built and tested in a more controlled environment than they get used in. This is especially true of complex software. What the early users enabled Xiaomi to see was how MIUI actually worked when real (albeit unusually technically proficient) people tried to install it on a wide variety of devices.
Clay Shirky, Little Rice: Smartphones, Xiaomi, and The Chinese Dream

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 8 years ago
apploft. Book Club apploft. GmbH
8 members, last active 7 months 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
81 members, last active 6 years ago
Books For All Software Testing Professionals
9 members, last active 10 years ago