Using CLM 4.0.2 with RRDI 2.0.3
I'm trying to create a report that shows a RRC Requirement and Related Test Cases with the Current Verdict of the Test Case. Like you see when you view a Requirement in RRC and show the Links - Validated By.
This gets me most of the way - what is the proper way to retrieve the Current Verdict of the Test Case (passed, failed, etc...)?
|
Project Name
|
|
|
[Business View].[Requirement].[Project Name]
|
|
Requirement ID
|
|
|
[Business View].[Requirement].[Requirement ID]
|
|
Reference ID
|
|
|
[Business View].[Requirement].[Reference ID]
|
|
Name
|
|
|
[Business View].[Requirement].[Name]
|
|
Reference ID
|
|
|
[Business View].[Requirement Related Test Cases].[Reference ID]
|
|
Name
|
|
|
[Business View].[Requirement Related Test Cases].[Name]
|
Or to rephrase the question a bit - how do I reproduce what I see in RRC production listing the requirements name, test cases and test case verdicts? I would like to start the report with the list of requirements from the Requirements Area as I will be building on the report to show Related Requests and have it create an Excel spreadsheet.