How do I get Defects associated with Test plan from DW in Rational Insight
Accepted answer
Hello Shubhangi,
to get the link between Defects and Test Plans you can put items from the following sections into the same query or list (they will be automatically joined):
For the Test Plan categories you can use items from the following sections into the same query or list (they will be automatically joined):
to get the link between Defects and Test Plans you can put items from the following sections into the same query or list (they will be automatically joined):
- Operational Data Store > Execution Result Area > Execution Result
-
Operational Data Store > Execution Result Area > Execution Result Related Execution Work Items (this will give you the details of the Defect)
-
Operational Data Store > Execution Result Area > Execution Result Related Requests (the item "Test Plan Name" will give you the Test Plan)
For the Test Plan categories you can use items from the following sections into the same query or list (they will be automatically joined):
- Operational Data Store > Test Plan Area > Test Plan
- Operational Data Store > Test Plan Area > Test Plan Related Test Categories
Note: if you want to get the details on the tables used you can generate the SQL of the queries: Tools > Show Generated SQL/MDX
Best Regards,
Francesco Chiossi
One other answer
Hi Shubhangi,
To find out which DW table and which column to use for Rational Insight report, you can reference the Data Dictionary for the Collaborative Lifecycle Management (CLM) application and the version you are using.
For example, for CLM 5.0.2, Quality Management Data Dictionary link:
http://www.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.rational.test.qm.doc/topics/qm/qm-roles.html.
defects associated with Test plan >Test Plan> Related work item -- REQUEST_TESTPLAN_LOOKUP (DW table)
category of Test plan > Test Plan -- TESTPLAN_CATEGORY_LOOKUP (DW table)
Hope this helps.
To find out which DW table and which column to use for Rational Insight report, you can reference the Data Dictionary for the Collaborative Lifecycle Management (CLM) application and the version you are using.
For example, for CLM 5.0.2, Quality Management Data Dictionary link:
http://www.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.rational.test.qm.doc/topics/qm/qm-roles.html.
defects associated with Test plan >Test Plan> Related work item -- REQUEST_TESTPLAN_LOOKUP (DW table)
category of Test plan > Test Plan -- TESTPLAN_CATEGORY_LOOKUP (DW table)
Hope this helps.