-2

Hi so I want to create multiple test suites in a test plan but I want them all under the same PBI and I can't tell if I just can't figure it out and there must be another way or if it's simply impossible. Your help is highly appreciated!

1 Answers1

0

A test suite can not be under PBI. PBI can not include test suites. PBI includes only test cases. You can import PBI to Test Plan as a Requirement-based suite and then add test cases to it. Check the docs:

  1. Test objects and terms
  2. Add a requirement-based test suite
Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31
  • All right, I understand now. But if I still need to create multiple test suites? – SadStudent Jan 03 '23 at 10:04
  • @SadStudent you can not do that. 1 PBI in a backlog equals 1 Test suite in a Test plan. You may create a Static test suite named your PBI and create many child test suites. However, in this case, you will not see test results in the backlog and new bugs will not be linked to PBI during a test run. – Shamrai Aleksander Jan 03 '23 at 10:36