How to create test plan and test suite in java code how can i do rest call extracting from RQM via Java code?
How to create test plan and test suite in java code how can i do rest call while extracting from RQM via Java code? I have urlconstructutil.class is there here all the rest url I am mention for example :- RQM_BASE_URL = "/service/com.ibm.rqm.integration.service.IIntegrationService/resources/"
public static String constructTestCaseRetreivalUrl( final String serverUrl, final String projectName )
I am new for this jazz.net |
One answer
Simply replace "/testcase" with "/testplan" or "/testsuite" for the variable "baseUrl". Of course the field selection "params" needs to be changed accordingly. For more details, check the RQM reportable REST API.
https://jazz.net/wiki/bin/view/Main/RqmApi
|
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.