Managing large amounts of test cases effectively
Hi all,
We are currently investigating how to organize large amounts of test cases. One of the challenges we face is that we have divided our test cases into many so-called "test sets". These test sets for example divide test cases into regression and complete test sets, but they may as well be in both sets. Also, we use test sets in case test cases are applicable for various system configurations.
My question is, does anyone have experience in managing test cases over multiple sets? I guess the brute force (and error-prone!) method would be to create test groups for each test set, but I'm very curious if there are examples of more elegant ways to do this?
Regards, Nils

