Lean testing
how to make your testproject as efficient (and effective) as possibleApplying the 7 principles of lean software development towards testing (I need to work them out more!)
- Eliminate waste
b. Make something that is not immediately needed
c. Waiting is waste
- the power of agile; testers don't need to wait until the end, they should be involved at every step
d. Extra processing steps are waste
e. Don’t do anything that doesn’t add direct value eg. - use checklists, rather than test plans
f. Defects are waste!!! - catch them early, eliminate ambiguity in stories by elimating assumptions and asking the tough questions, unit tests, automated regression tests ....
- Amplify learning
- Decide as late as possible
- Deliver as fast as possible
- Empower the team
- Build integrity in
- See the whole
(AT: I did start reading the book, but couldn't finish it. Somehow this is just one step too far for me. I think Lean development is beyond agile development, and we don't even know where we are with agile testing...)
Link to AgileTesting
