
Use Case Driven Testing. Part IV
The second element of the SAFe Continuous Delivery Pipeline (CDP) is Continuous Integration (CI). This is where top priority features for a program increment get decomposed into stories. I recommend the use of Use Case for feature decomposition (into stories), design, and testing. Use Case Driven Design, Build, Test: decomposing a feature into pint-sized stories using Use Case comes naturally: it has an Actor and a Use Case (a need). Example: As a family man with a young family, I would need a people-mover van, so that the whole family can go to short trips on weekends. It has an…