Bookmark and Share

Traceability Report

by Giuseppe Pitzalis (Selex Communications)

Rated 3 out of 5 stars

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

Added: Wed Sep 30 15:18:14 CEST 2009
Version: 0.5.0

Categories: Wiki | Requirements
Screenshots
Detailed Description

See a live demo of this extension on our almdemo server:http://almdemo.polarion.com/polarion/#/project/elibrary/wiki/ProductSpecificationProcessBoard


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")
Extension Requirements
Access to Polarion API
Support
This extension is provided "as is" in the hope that it will prove beneficial for some Polarion users. It is not certified or supported by Polarion Software.
What do you think?

Hi,

better solution is to have the project id in this way:
#set( $projectId = $doc.getProject($doc.space))
#set( $queryRows = "(type:requirement OR type:errorreport) AND project.id:$projectId")

Best regards
Bjorn Schorre


by Bjorn Schorre on Tue Nov 10 10:38:00 CET 2009

Good Extension, but I got a Problem while presenting.


by Bjorn Schorre on Fri Oct 02 10:28:00 CEST 2009
We have discussed the pages separately and it looks like they are related to the EA Synchronization - strange characters in title
by Jiri Walek on Sat Oct 10 15:20:00 CEST 2009



Spammers: the message will not be publicly visible, it won't be indexed, and links are not supported. It simply makes no sense to post spam here.