1
I am a little software engineer working in a company that gives me little budget for the difficult job of raising software quality.
To achieve this difficult ideal, I would like to do something like the following:
The first one is the Test Case Documentation Database. It should define all the possible Test Cases of products, regardless of the release. A test case should contain a headline, test procedures and expected behavior.
The second database is the Test Result Tracking Database. It has releases labels, test beds etc. Test Results are instantiated Test Cases, pulled from the Test Case Documentation Database. Reports and query are provided to do analysis on test coverage, quality metric measurements etc.
Are there any existing modules that will do something similar?
If I am implementing this from scratch, will XOOPS serve as a proper foundation of the work?
Thanks for any tips that the community can provide.
Alex.