How can I found out the Parent test suite of a given test suite?
For example, I have this hierarchy:
-Project
-- test suite 1
-- test suite 1.1
--- test case 1.1.1
--- test case 1.1.2
-- test suite 1.2
--- test case 1.2.1
--- test case 1.2.2
-- test suite 2
-- test suite 2.1
--- test case 2.1.1
--- test case 2.1.2
-- test suite 2.2
--- test case 2.2.1
--- test case 2.2.2
Using API I can get all test cases for test plan
for each test case i also get test suite to which it belongs
HOW can i get the parent of the test suite?
for example, for "test suite 1.1" how can i get it's parent "test suite 1" ?
Thanks
getParent of the given testsuite
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 2
- Joined: Sun Jun 28, 2009 1:40 pm
Does anyone know if this is implemented in 1.8.5
I also have the same query.