For requirements 'Properties' view contains four tabs:
For test purposes 'Properties' view contains four tabs:
For reports '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. 4 templates are available by default: 'Coverage''XML-export', 'Requirements' and 'Document Model'. 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.
ATTENTION! The feature is experimental. It can be changed in further releases.
ATTENTION! The feature is experimental. It can be changed in further releases.
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.
For virtual nodes 'Properties' view contains 4 tabs: