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.
|
2 answers
You can use the same Test Case for different Test Plans, however if you need them to have different unique IDs and different data the only option would be to duplicate the original Test Case as many times as needed.
|
Also note that you can have multiple Test Case artifacts reference the same Test Script.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.