When Things Go Wrong

Let’s learn how to tackle situations when things don’t go as planned

The type of test we’ve seen so far is called a happy path test because all it cares about is the case where everything goes as planned. What about when things aren’t going as planned?

It would be a good idea at this point to rethink the user story mapping session. Take some time to consider what can go wrong with this feature. Put some ideas on paper and discuss them with the stakeholder.

In most projects, if we spend enough time brainstorming, we can come up with many edge cases. That’s why it’s a good idea to talk to the stakeholder and decide which edge cases are important enough to consider.

Here are some possible edge cases:

  • What happens if the user has a typo in their email address?

  • What if their password is too short? ...