For Comment node 'Properties' view contains two tabs
Format of the file:
<?xml version="1.0" encoding="UTF-8"?> <coverageInfo> <reqcoverage qid="unique_id_of_requirement_or_test_purpose"> <covered_by uri="path_to_covering_element" [hits="1"]/> </reqcoverage> <reqcoverage qid="unique_id_of_requirement_or_test_purpose"> <covered_by uri="path_to_covering_element"/> </reqcoverage> <error [name="error_name"] testuri="uri_of_covered_by_element" [uri="link_to_error_description"]> [<violates qid=unique_id_of_requirement_or_test_purpose"/>]* [<description [format="error_description_format"]>error_description</description>] </error> </coverageInfo>
Here:
Square brackets denote optional parameters.
Attribute type REFERENCE is a special attribute type of requirements, virtual nodes and test purposes, which allows entities binding. It may bind current entity with some other entity from the same project. For adding such binding user creates new attribute for requirement, test purpose or virtual node, in field Type selects REFERENCE and in field Value, by clicking on button for value selection, selects one of the entities for binding.
The entities binding is represented in view 'Requality Links Explorer' (to open this view click
Window -> Show View -> Other, and then Requality -> Requality Links Explorer). In this view links are available in both sides – both from entity with created attribute:
and from entity indicated in the Value field of the REFERENCE attribute of first entity:
For Report Settings node 'Properties' view contains two tabs:
Template – a template which form and content
defines how the report looks like and what data it contains. For example, data can be represented as a list
or a table. Also report could include all nodes of the Requirements tree or only nodes of some specific type.
In the case of plug-ins for Requality, list of available templates can be expanded. You can create required
templates by yourself. The template could be changed manually: just select it in the list of the possible
templates. Following templates are available by default: 'Coverage', 'XML-export', 'Requirements',
'Document Model', 'Test Purposes Coverage' and 'Statistic'.
List of available templates could be expanded if you add your own templates or use additional
plug-ins for Requality.
'Coverage' - contains information about coverage of requirements and test purposes by other elements (by tests for example). It's required to set source of coverage information for report generation. Read more about 'Coverage' here
'XML-export' - a report in XML, is designed to use Requality reports by other tools.
'Requirements' – contains list of all requirements.
'Document Model' - is similar to 'Coverage' but shows information about coverage of locations in a document.
'Test Purposes Coverage' - contains summary of the current status (in process, verified, etc.) of requirements ant test purposes.
'Statistic' - experimental template, presents statistics about number of requirements and test purposes from different SVN revisions.
For requirements 'Properties' view contains four tabs:
In addition user may choose the coverage source that adds coverage information to this report. For this purpose user have to do actions similar to those described in section about Coverage report.
For test purposes 'Properties' view contains four tabs:
For virtual nodes 'Properties' view contains 4 tabs: