Community
Thumb_plugin

Traceability Report

 A wiki script to show a traceability report - e.g. how requirements are covered by test cases.

Description

The extension is deprecated and this page is accessible only for historical reasons.

Please do not try to download and/or contact us regarding this extension.
This extension is related to the Classic Wiki technology that is now outdated and replaced by our new LivePage format. We still maintain Classic Wiki but we are no longer extending its feature set.

Please consider implementing the use case you are looking for using a LivePage.

Installation

  • Download the extension
  • Review install.bat - path svn executables, and svn repository url
  • Run install.bat

By default it installs (imports)  Traceability Report wiki script to the global wiki space "macros".

To use this wiki script include following fragment on any wiki page:
 

#set( $queryRows = "type:requirement AND reqtype:functional AND project.id:elibrary")
#set( $labelRows = "Requirements" )
#set( $sortRows = "id" )
#set( $queryColumns = "type:testcase AND project.id:elibrary")
#set( $labelColumns = "Test Cases" )
#set( $linkRole = "cover" )
#set( $direction = "impact" )
#includeForm("/macros.Traceability Report")

Information

Vendor Giuseppe Pitzalis (Selex Communications)
Published Version 0.5.0 - January 2014
Categories
Products
Price Free
Community Supported Extension This extension is not supported by Siemens PLM.
Requirements Access to Polarion API