It's all about the answers!

Ask a question

How?: RQM API List of Test Cases Associated with Test Plan


james eisenhauer (3655) | asked Jan 13 '11, 5:41 p.m.
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

8 answers



permanent link
Nicolas Constans (22723) | answered Jan 14 '11, 4:25 a.m.
JAZZ DEVELOPER
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

permanent link
Kurtis Martin (1.4k11) | answered Jan 14 '11, 10:14 a.m.
JAZZ DEVELOPER
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

permanent link
james eisenhauer (3655) | answered Jan 14 '11, 2:36 p.m.
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



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

permanent link
Paul Slauenwhite (8.4k12) | answered Jan 18 '11, 6:46 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
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.

permanent link
Abu Md Nasiruddin (2611) | answered Jul 29 '11, 9:06 a.m.
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?

permanent link
Abu Md Nasiruddin (2611) | answered Jul 29 '11, 9:30 a.m.
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.

permanent link
Claudia Olteanu (11) | answered Aug 02 '11, 4:55 a.m.
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?

permanent link
Dev K (512833) | answered Oct 21 '13, 7:55 a.m.
Hi , Have you get the answer ? Actually i am also facing little bit same problem. My requirement is to find the test plan name associated with the test case name. Please provide your comments/views on the same. 
 Thanks, Dev

Your answer


Register or to post 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.