Tell-don't-ask is an approach to object-oriented design focused on telling objects what you want them to do rather than asking them questions about their state, make a decision, and then tell them what to do.
See the original Tell Don't Ask post for a full account.
Questions having this tag will relate to test-driven design, mock objects, or object-oriented design.