RQM custom adapter development
![]() Hi,
Am working on custom adapter development taking help of the information from https://jazz.net/wiki/bin/view/Main/RQMTestAutomationAdapterAPI
When we create a test script in RQM, the adapter Type dropdown list contains options like Command Line, Rational Functional Tester, Manual, etc. And on selecting any of the value in the list, the UI changes accordingly and prompts user to input the Script details.
I want to develop similar custom UI for my adapter. Can anybody provide me the API link that guides us in development of such custom UI.
Thanks in advance.
|
3 answers
![]() Ashish, Anurag,
There are 2 kinds of execution adapter.
Which adapter are you referring?
Comments Hi Subhajit,
I believe we are looking for your recommendation. The other end of the integration will be a server based application that is capable of executing automated tests and not a desktop based tool.
|
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Jul 30 '20, 7:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER There is another example here: https://github.com/OSLC/lyo-samples/blob/master/oslc4j-client-samples/src/main/java/org/eclipse/lyo/oslc4j/client/samples/automation/ETMAutomationSample.java |
Comments
Hi Subhajit,
Ashish