Good afternoon,
we are having TFS / MTM TestPlans with a nested Test Suite Structure and I was wondering whether there's any way to query for TestPoints within a given and all children (&-children-children-..) TestSuites. Basically meaning that if I had the following
structure:
- TestPlan
-- TestSuite A
--- SubTestSuite B
---- SubSubTestSuite C
---- SubSubSubTestSuite D
I'd like to query for e.g. "give me all TestPoints in TestSuite A and all Sub*TestSuites". Or From "SubSubTestSuiteC + children" I'd like to query for all within that particularly test suite, but also its "SubSubSubTestSuite D".
Is that somehow possible query wise?
Best regards and thanks,
-Jörg