How do I extract the description for a test case using BIRT for RQM 4.0.0.1?
Hello,
I am creating a simple BIRT report for RQM 4.0.0.1 and I would like to extract the test case description. I have found two major tables:
I am creating a simple BIRT report for RQM 4.0.0.1 and I would like to extract the test case description. I have found two major tables:
- com.ibm.rqm.planning.TestCase under the LIVE snapshot
- LIVE_TEST_CASE under the PLANNING snapshot
I have not been able to find the right column that refers to the description so I would like some help in understanding if and where this information is stored.
Best regards,
Andrew
One answer
Hi, Andrew,
The description field of RQM Test Case model is not queryable, so you can not see it from TestCase Live and we can not add it into PLANNING snapshot. For BIRT report, we are only able to get the fields from RQM model by its QueryableModel where only queryable fields could be exposed.
Not as REST API, it could get fields from service. RQM REST API exposes the description of test case, you could consider to use RPE or RRDI live reports to show description of test case.
The description field of RQM Test Case model is not queryable, so you can not see it from TestCase Live and we can not add it into PLANNING snapshot. For BIRT report, we are only able to get the fields from RQM model by its QueryableModel where only queryable fields could be exposed.
Not as REST API, it could get fields from service. RQM REST API exposes the description of test case, you could consider to use RPE or RRDI live reports to show description of test case.