[RQM]: How to fetch TCER linked with test plan using RTC plain java api
Hello,
Usecase :
-
Based on given input i.e. Test Plan id , i have to fetch all TCER linked with test plan
Problem
- I am new to RQM Rest API's
- Not sure what exact input parameter is required, few things are clear (id,pwd,url,stream uuid,component,projectarea,test plan id)
- Is there any document available where i can see complete flow from setting up till performing each and every operation under RQM using api (something like this in CHM based api :https://www.craftedforeveryone.com/get-available-project-area-stream-components-for-user-ibm-rtc-plain-java-api/)
Accepted answer
My answer would be no. RQM does not provide its own client libraries or SDK. There is a common core shared across EWM/ETM around project areas, permissions etc. which can be automated using the RTC Plain java client libraries, because it is essentially the same code. The RTC Plain Java Client Libraries also contains a REST Client that can be used to communicate with other remote systems using REST and OSLC calls, but that is usually not used for this purpose.
You will have to look into the OSLC APIs. OSLC Queries etc. as far as I can tell.