It's all about the answers!

Ask a question

What kind of adapter types are there when using the creation factory for AutomationAdapters in RQM?


Patrick Quinn (846) | asked Jul 24 '14, 4:30 p.m.
 I am trying to add a custom adapter using the lyo eclipse sample.  I was able to get a sample command line adapter registered to RQM using this type com.ibm.rqm.adapter.commmandline. I am just curious if there are any other types I can use and if there is any documentation out there about it?

This specific part of the code where it is setting the oslc property definition of type is here

@OslcDescription("Type (reference: Dublin Core) of adapter.")
@OslcPropertyDefinition(OslcConstants.DCTERMS_NAMESPACE + "type")
@OslcTitle("Type")
@OslcValueType(ValueType.String)
public String getType() {
return type;
}

then later on it posts this class to this url

/qm/oslc_auto_test/contexts/_wMxCMg7-EeKfC6x_yA7L_w/resources/com.ibm.rqm.execution.ToolAdapter 

I am looking to build an adapter for TestNG Selenium for RQM so any relevant articles would be very helpful. Thanks!

Accepted answer


permanent link
Paul Slauenwhite (8.4k12) | answered Jul 29 '14, 7:48 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
The command line adapter is the only sample available.  See https://jazz.net/wiki/bin/view/Main/RQMTestAutomationAdapterAPI for more details.

Please see https://jazz.net/help-dev/clm/topic/com.ibm.rational.test.qm.doc/topics/t_ovw_integselen.html and TestNG test execution adapter. (60534).

Patrick Quinn selected this answer as the correct answer

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.