We have an issue in the system. There are a few scenarios that we think might cause that issue. But, we need to test each scenario before we fix something. If the use case is confirmed then we might spawn a few stories to fix it.
What is the correct way to create stories in this situation?
- Should we have one Story and a sub-task for each scenario, when each sub-task is just "verify that this scenario causes the issue"?
- Should we have one Story and a bunch of separate stories (one for each possible scenario) that are linked to the main one?
- Other suggestions?