Review user stories with your team and create tests
The work is divided into user stories that usually represent the expected requirements. As a team, you should review and detail each user story and make sure that everyone understands what needs to be done. This naturally, includes testing. Testers are part of the team and should be involved during each Sprint Planning (where your team will review user stories for the next iteration). Now that you have a clear understanding of the user story you can create your Tests. To know how to create tests with Xray check the Writing Tests module, from the Tester course.
Tests, Pre-Conditions and Test Sets are typically reusable entities; thus, they probably should not belong to the scope of a release or of a sprint. |
|