...
Test should be created within the ticket of a story. It represents one test case, with one or more steps. A story should have at least one Test linked to it, but it could be more depending on the story. These Tests should be added to a Test Plan at the start of a sprint. A Test also has different statusses:
The Test itself should not be linked to a sprint, but the Test Plan of which this test is a part of should be.
Abstract initial steps that mast be ensured before starting the test.
When? How? Naming convention. Status updates ISSUE etc. Set the best practice and min requirementsTo be created at the start of each sprint and linked to that sprint. It is just needed to create an empty Test Plan, which can be filled with Tests created for each story in the sprint. The name should reflect the naming of the sprint, for example "DMS Test Plan sprint 1", "DMS Test Plan sprint 2" etc.
When? How? Naming convention. Set the best practice and min requirements.
...