getParent of the given testsuite

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
pablo.bitton
TestLink user
Posts: 2
Joined: Sun Jun 28, 2009 1:40 pm

getParent of the given testsuite

Post by pablo.bitton »

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
abadve
TestLink user
Posts: 13
Joined: Wed Feb 18, 2009 1:56 am

Does anyone know if this is implemented in 1.8.5

Post by abadve »

I also have the same query.
austvik
Advanced user
Posts: 24
Joined: Thu Mar 25, 2010 7:25 am
Contact:

Post by austvik »

See issue#3144.

-J
Post Reply