How to get parent test plan and test suite ID for test cases while extracting from RQM via Java code?
anup g (7●9●12)
| asked Jan 28 '14, 1:36 a.m.
edited Feb 03 '14, 11:19 a.m. by Geoffrey Clemm (30.1k●3●30●35)
i'm extracting test cases , test plan and test suite into local database using REST API and i want to know while extracting test case's how can i extract parent test plan ID and test suite ID?
|
One answer
For TestCases you can only get TestScript ID. If you do a GET of a TestSuite then you can get associated TestCases and the TestPlan IDs
|
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.