What kind of adapter types are there when using the creation factory for AutomationAdapters in RQM?
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
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).
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).