In a TFS query-based suite, is it possible to include all test cases contained in another test suite?
Asked
Active
Viewed 433 times
1 Answers
0
Change the Query from Flat List to Tree of Work Items then set the query to something like this:
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
-
This does not return any test cases for me – whoknows Apr 07 '16 at 21:47