Using Sprint (Iteration Tests) for User Acceptance Testing (UAT)
How can I use the same test case in my sprints (iterations) as well as in a separate plan for my User Acceptance Testing (UAT) without copying the test case? I'd like to create test cases for my sprints using unique IDs so I can simply use those test case IDs in my UAT testing with different data so I can automate them while doing my sprint testing and have them ready for my UAT so I can reduce the amount of manual UAT. I also want to make sure that I have traceability for all of the related User Stories and Requirements.