0

In a TFS query-based suite, is it possible to include all test cases contained in another test suite?

whoknows
  • 395
  • 2
  • 4
  • 17

1 Answers1

0

Change the Query from Flat List to Tree of Work Items then set the query to something like this:

enter image description here

Use the clauses in the top query to limit it down to the Test Suite you want - in my case, the one called New suite.

DaveShaw
  • 52,123
  • 16
  • 112
  • 141