Association Of test plan with test case while push RQM
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.
4 answers
Also look at RQM API for more info,
https://jazz.net/wiki/bin/view/Main/RqmApi
-|- Pramod Chandoria
thanks pramod.
solution for getting the list of testplan is works.
but i need to show testplans as drop down list in my project.
I tried to look in firbug console to understand which format the data is returned so i can parse it accordingly in my project.Can give some light that matter.
Also look at RQM API for more info,
https://jazz.net/wiki/bin/view/Main/RqmApi
-|- Pramod Chandoria
thanks pramod.
solution for getting the list of testplan is works.
but i need to show testplans as drop down list in my project.
I tried to look in firbug console to understand which format the data is returned so i can parse it accordingly in my project.Can give some light that matter.
RQM have common format for feed of all resource types.
You can get schema of the data, check this url
https://jazz.net/wiki/bin/view/Main/RqmApi#RQM_Feed_Schema