Forum Discussion
barbarae
14 years agoStaff
Hi Jason -
Most people organize the Test Library by functional area to make it easy to find test cases for specific areas of your software.
Whether you put all test cases in the library or just re-useable ones, well, we have seen it done both ways.
The advantage of putting all test cases in the library is it gives you the opportunity to re-use them later even if it doesn't look like you'll need them now. The disadvantage is as you've said - it could clutter up the library.
Another way to consider organizing test cases is by separating the library in Reusable and Non-Reusable - that way you still have them but they are separated out to keep out of the way.
It could look something like this:
+ Test Library
-- + Reusable
----+ Functional Area 1
----+ Functional Area 2
--+Non-Reusable
----+Functional Area 1
----+Functional Area 2
+ Test Runs
--+Release 1.0
--+Release 2.0
--+Release 3.0
Thanks!
Most people organize the Test Library by functional area to make it easy to find test cases for specific areas of your software.
Whether you put all test cases in the library or just re-useable ones, well, we have seen it done both ways.
The advantage of putting all test cases in the library is it gives you the opportunity to re-use them later even if it doesn't look like you'll need them now. The disadvantage is as you've said - it could clutter up the library.
Another way to consider organizing test cases is by separating the library in Reusable and Non-Reusable - that way you still have them but they are separated out to keep out of the way.
It could look something like this:
+ Test Library
-- + Reusable
----+ Functional Area 1
----+ Functional Area 2
--+Non-Reusable
----+Functional Area 1
----+Functional Area 2
+ Test Runs
--+Release 1.0
--+Release 2.0
--+Release 3.0
Thanks!
Related Content
- 4 years ago
- 4 years ago
- 5 years ago
- 4 years ago
Recent Discussions
- 24 days ago