-
Defeating Legacy Code with Living Documentation And Business-Level Tests
-
Applying Spec-based generative testing to a transformation pipeline - tips and lessons learned
-
How generating test data saved us from angry customers and legal trouble
-
Simulating network timeouts with toxiproxy
-
Fixing clojurescript.test failing with "ReferenceError: Can't find variable: cemerick"
-
Most interesting links of November '13
-
Most interesting links of May '13
-
Most interesting links of January '13
-
Do You Know Why You Are Testing?! (On The Principles Underlying TDD)
-
Most interesting links of September '12
-
Programming Like Kent Beck
-
(Unit) Testing Swiss Knife: All the Tools You Wanted to Know
-
Most interesting links of April '12
-
Most interesting links of Mars '12
-
Most interesting links of February '12
-
Separating Integration and Unit Tests with Maven, Sonar, Failsafe, and JaCoCo
-
Most interesting links of January '12
-
How to Create Maintainable Acceptance Tests
-
Key Lessons from the Specification by Example Course, Day 1
-
Most interesting links of December
-
Principles for Creating Maintainable and Evolvable Tests
-
Groovy: Creating an Interface Stub and Intercepting All Calls to It
-
Never Mix Public and Private Unit Tests! (Decoupling Tests from Implementation Details)
-
Only a Masochist Would Write Unit Tests in Java. Be Smarter, Use Groovy (or Scala...).
-
hasProperty, the Hidden Gem of Hamcrest (and assertThat)
-
Most interesting links of September
-
Link: Advanced Usage of JUnit Theories, Multiple DataPoints, and ParameterSuppliers
-
JUnit Tip: Verifying that an Exception with a Particular Message was Thrown
-
DRY: Use JUnit @Rule Instead of Repeating Setup/@Before in Each Test
-
Most interesting links of August
-
Having Database Test Ready in 10 Minutes with DbUnit Express
-
Most interesting links of June
-
Most interesting links of May
-
Most interesting links of April (renewed)
-
Real-world data prove that Agile, BDD & co. work - lecture by G. Adzic
-
Most interesting links of February
-
Most interesting links of January
-
Most interesting links of November
-
Most interesting links of October
-
Most interesting links of September
-
Webservice testing with JMeter: Passing data from a response to another request
-
Mocking out LDAP/JNDI in unit tests
-
Most interesting links of April
-
PatternTesting: Automatically verifying the good application of architectural/design patterns in code
-
Injecting timing aspect into JUnit test in Eclipse using AspectJ, AJDT
-
See how Test Driven Development is done in practice
-
Sending a SOAP request to a Web Service via URLConnection