Agile Example Mapping - unders/mywiki GitHub Wiki

Template

Example mapping can be done if several sessions and he answers to the outstanding questions and supporting documentation will be added later until all required information is captured.

Goal (Feature, Epic, Story)

  • what value does it give the customer or business

Rules

  • business rules for how the feature should behave, and how it should not behave, which will be used as acceptance criteria
Examples
  • at least one example to illustrate each business rule/acceptance criterion. Ideally, a happy path and sad path for each
  • Note
    • When the outcome (Then) is unclear, you don’t have an example, you have a question. Solution: Instead of letting everyone share their opinion about what they think the outcome should be, simply capture the question and move on. Congratulations! You’ve just turned an unknown unknown into a known unknown. That’s great progress.

Questions

  • outstanding questions, ideally to be answered before development starts

Documentation

  • supporting documentation that is required to complete the goal. Could for instance be an API specification.

Reference