How do I use Query Studio to query on all the test case results in a test suite log?
I am using RRDI (Query Studio) to report on the history of test case results (this bit I can achieve), and I would also like to group them by test suite.
To do this I would like to get the link from a test suite log to the test case execution results. I can find the table Test Suite Log Related Execution Results in the ODS, which has the details of the execution results, but I can't find how that links to a Test Suite Log. I was expecting to find a column called 'Test suite log id' or something similar.
In the documentation (http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.jazz.reports.doc%2Ftopics%2Fqm.html) I see that the link should be in this table:
ODS_Schema.TESTSUITELOG_EXECRESULT_LOOKUP/executionresult_ID but I can't find this anywhere in the ODS.
I am using 4.0.0.1 version of RQM.
I must be missing something in my understanding, and so can anyone help me to fit these pieces together?
Thanks, Colin.
2 answers
Hi Colin,
Please try the "TESTSUITELOG" Table. There are columns for Test Suite ID, Test Suite exec record id, etc. You might have to check the linked tables such as TESTSUITE_EXECUTION_RECORD for anyadditional related data as well. Query Joins can bring out the combined data.
Thanks.
Comments
showing 5 of 8
show 3 more comments