...
Create new Test from user story you need to test - several test cases can be created - creating from user story ensures Test is correctly linked to propper user story
Add Tests to Testing Board to folder named after user story
Add Tests to Test Plan for the project
Add Tests to Test Execution for the correct Feature Sprint
Modify Description of Tests to describe what you need to test.
✅ Don’t use Test Steps - it is very time consuming for later administration and it is not a good approach for Imports/Exports of test cases - test details should be described just in Description field
Testing and reporting results
...