How?: RQM API List of Test Cases Associated with Test Plan
8 answers
I can get a list of Test Plans and I can get a list of Test Cases, but how do I get a list of Test Plans with their associated Test Cases?
Thanks
Jim
Hi Jim,
you can view a list of Test Plans with their associated Test Cases like this:
- in RQM's Web UI, gesture Planning > View Test Plans
- in the "View as" drop-down menu, change the display mode from "Table" to "Tree"
- expand a Test Plan node in the tree to display its child test Cases
-Nicolas
Thanks Kurtis. I did that yesterday...not sure why I didn't see the test cases...my luck I probably was using a test plan with no test cases :shock:
Jim
Jim
You would need to get the fully populated feed url. For example:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/testplan?abbreviate=false
Gather from RQM API doc:
https://jazz.net/wiki/bin/view/Main/RqmApi
I can get a list of Test Plans and I can get a list of Test Cases, but how do I get a list of Test Plans with their associated Test Cases?
Thanks
Jim
In addition, there will be selection (https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/31940) and filtering (https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/31941) support for specific properties in RQM resource feeds in RQM 3.0. For example, the test plans for a specific test case.
We will update https://jazz.net/wiki/bin/view/Main/RqmApi#Resource_Objects_and_their_Relat with the supported resources/properties once this feature is available.
My first objective is
i need the code of show a drop down list of values of test plan from RQM
Second objective is
i have to associate the selected test plan with other artifact like requirement,test case,script,environment if i push into RQM.
If my requirement is not clear please comment?
Could any one help me out and suggest me how can i do this?
i need the code of show a drop down list of values of test plan from RQM
Second objective is
i have to associate the selected test plan with other artifact like requirement,test case,script,environment if i push into RQM.
If my requirement is not clear please comment?
Could any one help me out and suggest me how can i do this?
My first Objective is to show the available testplan drop down list from RQM.
How do i get the data from RQM or how do i query the RQM for fetching the testplan data.
My Second objective is to develop code for association of selected testplan with other artifact like testcase,requirement,test script ect while pushing into RQM from CA(consultant assistance).
If my requirement is not clear then please post comment.
Can any one share any idea or suggestion.
How do i get the data from RQM or how do i query the RQM for fetching the testplan data.
My Second objective is to develop code for association of selected testplan with other artifact like testcase,requirement,test script ect while pushing into RQM from CA(consultant assistance).
If my requirement is not clear then please post comment.
Can any one share any idea or suggestion.
I can get a list of Test Plans and I can get a list of Test Cases, but how do I get a list of Test Plans with their associated Test Cases?
Thanks
Jim
Hi Jim,
you can view a list of Test Plans with their associated Test Cases like this:
- in RQM's Web UI, gesture Planning > View Test Plans
- in the "View as" drop-down menu, change the display mode from "Table" to "Tree"
- expand a Test Plan node in the tree to display its child test Cases
-Nicolas
this is not available anymore in version 3.01.
Do you find a solution to see the tree : TestPlan > Test Cases?