Use specific examples to guide the development of the solution.

#ValidateBeforeDuringAndAfter #SoftwareDevelopment

Example mapping can help you think through ways to slice a story into independently deliverable pieces. Look for clusters of related scenarios - same variant, same persona, etc.

#CreateSimpleThingsInSmallSteps #ValidateBeforeDuringAndAfter #SoftwareDevelopment

Involve your quality assurance person in the creation of your acceptance criteria.

#ValidateBeforeDuringAndAfter #SoftwareDevelopment #KnowTheProblemYouAreSolving

If you don't have time to do it right, when will you have time to do it over? ~ John Wooden

#SoftwareDevelopment #excellence #BeMeticulousAboutComposition #ValidateBeforeDuringAndAfter

It is much harder to learn TDD alone than with a pair or while teaming. The individual learning is accelerated by group work.

#SoftwareDevelopment #WorkTogether #excellence #ValidateBeforeDuringAndAfter

Commenting out the assertions in your tests to "make them pass" is a road to pain and suffering.

#SoftwareDevelopment #ValidateBeforeDuringAndAfter

If you don't know how you're going to test it, you cannot sincerely say the development is done.

#SoftwareDevelopment #ValidateBeforeDuringAndAfter

"We can't write tests, we're too busy fixing defects.", is similar to, "We can't mend the fence, we're too busy chasing escaped cattle."

#SoftwareDevelopment #ValidateBeforeDuringAndAfter #excellence