Best way to automatically create TestSuites/TestCases/TestScripts in RQM
Hi All,
I am looking for the best way to automatically create TestSuites/TestCases/TestScripts in RQM, what is the best approach ? Is using the RQM Rest API the only way ?
https://jazz.net/forum/questions/105596/rqm-rest-api-for-creating-test-case
or there are other better approach ?
I see there is a RQM plugin in Jenkins, not sure if it can be used to push tests to RQM.
Thanks!
Eric
Accepted answer
The RQM Reportable REST API or RQM OSLC API are you only two options. I would suggest using the RQM Reportable REST API (see Common Usage Scenarios). There is some sample Java code that you can use/extend (see RQM API Utility).
RQM plugin for Jenkins: https://wiki.jenkins-ci.org/display/JENKINS/RQM+Plugin
Eclipse Lyo project has implemented a Hudson OSLC Automation provider (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=421371), which could be adapted to work with Jenkins. Note, this integration would require As a User, I want to Configure (setup) RQM as consumer of remote OSLC build provider (68549) since we only implemented OSLC Automation in RQM 4.0.1 for the deployment subdomain (required for GreenHat integration).
RQM plugin for Jenkins: https://wiki.jenkins-ci.org/display/JENKINS/RQM+Plugin
Eclipse Lyo project has implemented a Hudson OSLC Automation provider (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=421371), which could be adapted to work with Jenkins. Note, this integration would require As a User, I want to Configure (setup) RQM as consumer of remote OSLC build provider (68549) since we only implemented OSLC Automation in RQM 4.0.1 for the deployment subdomain (required for GreenHat integration).