![]() | This is a collection of resources from the old "Smidig 2.0" catalogue. It's contents could probably be divided and moved elsewhere. |
Very, very good books
See Excellent Books.
Advanced testing
Continuous Integration
Pre-release Testing Best Practices thread
ApacheCon US 07 - Maven Best Practices.pdf (see pages 30-33)
Best Practice within Java Web Application Development
Cedric Beust (TestNG) and Hani Suleiman (Bileblog) have written a book on the subject
Maven+and+Integration+Testing
http://docs.codehaus.org/display/MAVEN/Creating+a+Maven+Integration+Test
Sharpening Our Functional Test Axe
Deploy
Configuration-management with Spring
Multiple, separate PropertyPlaceholderConfigurers in Spring
Building for different environments
A Maven2 multi-environment filter setup
http://docs.codehaus.org/display/MAVEN/Build+Profiles
Keep Your Maven Projects Portable Throughout the Build Cycle
Other thoughts/methodologies we have sampled concepts from
These are presentations from thought leaders on testing
- James Coplien, Javazone 2007, Five practical solutions to agile myths
- good because it deals with stuff in TDD that doesn't work, or which Coplien doesn't think makes sense
- Mary Poppendieck, Agile 2007, The role of leadership in software development
- good because it deals with quality processes, not just testing