Assigning test cases to test plan, and userss to test cases

The release related discussions, plans and questions.
Locked
agata.szybowska
Advanced user
Posts: 15
Joined: Wed Oct 31, 2007 2:05 pm

Assigning test cases to test plan, and userss to test cases

Post by agata.szybowska »

Hi,
Didn't find easy way to do that.
I mean, I have nested structure of test cases, e.g. there is MasterTestSuite, thent TestSuit1 and TestSuite2. Each contain some test cases.

I want to add all test cases from MasterTestSuite, including test cases from TestSuit1 and TestSuit2 and I can't do that. I need to separetly click on each TestSuit group to select testcases from it.

It starts to be annoying, when you got big structure and would like to add at once hundreds of test cases from dozens of test suites....

The same thing comes up when I want to assing testcases to users.

Is there easier way to do that?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Please write down a more detailed example, because I do not fully understood your needs.

what TL version are you using ?

Please add your company to forum (if not done before) to add us to promote TL
agata.szybowska
Advanced user
Posts: 15
Joined: Wed Oct 31, 2007 2:05 pm

Post by agata.szybowska »

TL 1.7

OK, Image such structure:

MasterTestSuite
--TestSuite1
----TestCase1
----TestCase2
----TestCase3
--TestSuite2
----TestCase4
--TestSuite3
----TestSuite4
------TestCase5
------TestCase6

Now, I need to add ALL testcases under MAsterTestSuite to one test plan. I can't click on obe button to select all these testcases. I need to click on TestSuite1, then I need to click on TestSuite2, then TestSuite4...
When I have lot of TestSuites I need to click on all of them.
If there would be button Select All on the page, which would trully select all test cases visible on page - it would got much easier.

It's hard to explain that, easier to show, but I hope you got what I mean.
Thank you for help anyway :}
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Do you have PHP experience to help us with this development?
must be not difficult to do.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

next week I will be able to give you this solution:

if you click on menu on:
MasterTestSuite

you will get on right frame:
MasterTestuite [Check/Uncheck all test cases on page]

if you click on menu on: TestSuite3

you will get on right frame:
TestSuite3 [Check/Uncheck all test cases on page]

regards
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

good news, a fast hacke for you is ready on mantis (issue 1204)

please get it, test and let me know
agata.szybowska
Advanced user
Posts: 15
Joined: Wed Oct 31, 2007 2:05 pm

Post by agata.szybowska »

This is cool and works ok:)
Thank you very, very much.
Locked