Using BIRT for RQM report - problem with testCase.itemId
I am trying to use BIRT to create a report with test cases and related Execution Results.
I found the 2 tables that contain the information that I require, but the problem I am having is trying to join the 2 tables
com.ibm.rqm.execution.ExecutionResult (using testCase.itemId)
com.ibm.rqm.planning.TestCase (using id)
When joining those 2 fields, nothing matches. I have looked a few particular records and noticed that parts of the ID matches, however in other BIRT joins the ids always match.
Thanks!
|
One answer
I figured this out - you need to use the PLANNING_SNAPSHOT
Live Test Case and Live Execution Result tables
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.