If you want to manage the quality of a software project, you first have to
create a Quality project. This is a kind of an Eclipse project.
Within this project, you have to define one Quality model. The second important thing is the Software project. This is the project in the real world, which you want to investigate. A Software project will have several project versions. Additionally a Quality project administers some other useful resources like templates for filters and diagrams. |
![]() |
![]() |
The structure of the quality project In the main folder there is the file "qualitymodel.xml". It is necessary for defining the Quality model. The folder software project contains all information about the investigated software. The file "project-info.xml" is used for working on the Software project. All project versions have a subfolder that is named like the belonging name of the project version. Removing or creating this folders will not remove or create project versions. For this you have to use functions of the popup-menu or edit the "project-info.xml". The folder templates contains templates for the diagrams (subfolder diagrams) and the filter files (subfolder filters). The folder user data is expected to be used for additional files. For example the default folder for saving diagrams (the csv-files) is the subfolder diagrams. |