Fewer entries in prerequisites listbox

Anders Hasselqvist Anders.Hasselqvist at tss.teleca.se
Thu Dec 18 13:19:04 UTC 2003


Hi,

I have a test structure which looks something like this:
---
Functional
  Send
    Send1
      Test1
      Test2
      Test3
    Send2
      Test1
      Test3
  Recv
    Recv1
      Test1
      Test2
---

Test* is my own test classes. In a test group (as I call them) there is
always
atleast one test case and that is always using test class 1. Tests using
class 2
and 3 always have to depend on 1. There is no need for cross dependencies
between
groups.

This structure is used because I inherited an old suite of test scripts
which
We don't want to throw away.

Everything works perfectly. The only thing that annoys me is when editing
tests.
When I want to specify my simple dependencies (prerequisuites) in these
groups
I have to pick the correct test case among 600 other test cases in the
listbox.

My vision is that I can narrow down the entries in the listbox to the test
cases
in the current test group.

What is the best way to do this?

(My head aches, I have a fever and I am very tired but I need to solve this
for
my personal health in the longrun :) )


Regards,
--
Anders Hasselqvist



More information about the qmtest mailing list