Slicing User Stories Method 1
Slice by Happy vs. Unhappy Path Any feature or method that we add to our solution will have happy and one or more unhappy paths. The happy path describes how the feature will behave when everything goes according to plan. If there are any errors exceptions or omissions then the unhappy path is taken. Consider a …