Hi there.
This RFE is sort of linked to 232676.
It is possible to set-up the repository directory structure
in explorer and move the script and test case files
around. OpenSTA doesn't appear to have a problem with
this (Even though it is a kludge I know).
However it appears that when a Test is run the results
get saved to the Repository\Tests\TESTNAME directory.
this means that it is not possible to use the above
kludge to sort tests into other directories.
The simplest solution (I think) would be to softcode the
directory where the results are changed so that they
save to where ever the Test Case directory/file is.
(i.e. if it was Repository\Tests\Regression Test\Login
then the results would be saved in
Repository\Tests\Regression Test\Login\01-01-05).
I am sure a more elegent solution exists..but hey, I am
not a code guru :)
Logged In: YES
user_id=19748
There are multiple issues in the Repository tree handling
from the GUI standpoint and architecture - this whole area
needs addressing but it won't be until the 1.5 series.
From your above example TESTNAME is supposed to be an
"OpenSTA Dataname" so "Regression Test" should not even
really be allowed from certain points of view. This is just
an example to show that this whole area is not too well
thought out.