Skip to content

Latest commit

 

History

History
148 lines (96 loc) · 2.87 KB

example-mapping.md

File metadata and controls

148 lines (96 loc) · 2.87 KB
title author date css
Example mapping
Zeger Hendrikse
2023-09-29
css/custom.css

Example mapping

 

 

 

 

 

 

 

 

 

 

 

Based on these slides

 


ATDD

ATDD


ATDD is not about

  • Tools (Specflow / Cucumber)
  • Gherkin
  • Testing

ATDD is about

  • Collaboration
  • Conversations

The ATDD process

  1. Discovery →
  2. Formulation →
  3. Automation

The discovery phase

  1. Explore the domain
  2. Agree on details
  3. Capture shared knowledge

The conversation phase

  1. "Three amigos" meeting
  2. Planning poker
  3. Refinements
  • → Long
  • → Boring
  • → Unstructured

Three amigos


Example mapping in a nutshell

Example mapping


Sample user story

Ticket cancellation


Do's

  • Structure the examples:
    • Context
    • Action
    • Expected outcomes
  • Hold session right before implementation
  • Expect the mapping to evolve in time
  • Specific examples

Dont's

  • Do not use wireframes/visual designs
  • Don't worry about scope: brainstorm!
  • Don't force all examples in one session