Requirements Management
Requirement Coverage Plugin
This plugin shows a histogram based on the coverage of some requirements. The length of the bars tell that how many requirements are covered by a given number of test cases. the most important piece of data is the bar at the zero point since this shows the number of requirements that are not covered at all.
Parameters:
id='1' Optional parameter (required only when you're using the plugin on a personal wiki page). Specifies the id of the project from which the coverage data is collected.
trackerId='1001,1002' Optional parameter. Specifies the comma separated ids of those requirement trackers to collect requirement coverage data from
display ='chart|table|both' Optional parameter, defaults to 'chart'. Specifies whether the chart image and the data table are displayed.
Samples:
[{RequirementCoverage}]
When used in the context of a project uses the default requirement tracker to collect the data.
[{RequirementCoverage projectId='1'}]
Collects the coverage data from the default requirement tracker of the project with id 1.
[{RequirementCoverage trackerId='1001,1002'}]
Collects the coverage data for the requirements in tracker 1001 and 1002.
Was this helpful?